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:
Anders Kaseorg 2020-08-05 15:21:40 -07:00 committed by Tim Abbott
parent 0f78efdbb5
commit b30c86b1a8
2 changed files with 0 additions and 9 deletions

View File

@ -131,10 +131,6 @@ ol a:hover {
clear: both;
}
*::-moz-selection {
background-color: hsla(31, 84%, 60%, 0.3);
}
*::selection {
background-color: hsla(31, 84%, 60%, 0.3);
}

View File

@ -770,11 +770,6 @@ form#add_new_subscription {
fill: hsl(0, 0%, 72%);
}
&::-moz-selection,
.icon .hashtag::-moz-selection {
background-color: transparent;
}
&::selection,
.icon .hashtag::selection {
background-color: transparent;