stream-settings: Improve selection behavior around the stream-settings.

Fixes: #9276.
This commit is contained in:
Akash Nimare 2018-05-03 06:10:32 +05:30 committed by Tim Abbott
parent e6ac98cc9b
commit 954a04c52a
1 changed files with 10 additions and 0 deletions

View File

@ -621,6 +621,16 @@ form#add_new_subscription {
vertical-align: top;
}
.stream-row::-moz-selection,
.stream-row .icon .hashtag::-moz-selection {
background: transparent;
}
.stream-row::selection,
.stream-row .icon .hashtag::selection {
background: transparent;
}
.stream-row .check {
width: 25px;
height: 35px;