mirror of https://github.com/zulip/zulip.git
stream-settings: Improve selection behavior around the stream-settings.
Fixes: #9276.
This commit is contained in:
parent
e6ac98cc9b
commit
954a04c52a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue