mirror of https://github.com/zulip/zulip.git
styles: Remove obsolete ::-moz-selection vendor prefix.
This is automatically added back by autoprefixer when necessary. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
0f78efdbb5
commit
b30c86b1a8
|
@ -131,10 +131,6 @@ ol a:hover {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
*::-moz-selection {
|
|
||||||
background-color: hsla(31, 84%, 60%, 0.3);
|
|
||||||
}
|
|
||||||
|
|
||||||
*::selection {
|
*::selection {
|
||||||
background-color: hsla(31, 84%, 60%, 0.3);
|
background-color: hsla(31, 84%, 60%, 0.3);
|
||||||
}
|
}
|
||||||
|
|
|
@ -770,11 +770,6 @@ form#add_new_subscription {
|
||||||
fill: hsl(0, 0%, 72%);
|
fill: hsl(0, 0%, 72%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-moz-selection,
|
|
||||||
.icon .hashtag::-moz-selection {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::selection,
|
&::selection,
|
||||||
.icon .hashtag::selection {
|
.icon .hashtag::selection {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Reference in New Issue