From b30c86b1a8d21ae35666970f10c1580fac0e64de Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 5 Aug 2020 15:21:40 -0700 Subject: [PATCH] styles: Remove obsolete ::-moz-selection vendor prefix. This is automatically added back by autoprefixer when necessary. Signed-off-by: Anders Kaseorg --- static/styles/portico/landing-page.scss | 4 ---- static/styles/subscriptions.scss | 5 ----- 2 files changed, 9 deletions(-) diff --git a/static/styles/portico/landing-page.scss b/static/styles/portico/landing-page.scss index 6fc52da5ed..4336fc43dd 100644 --- a/static/styles/portico/landing-page.scss +++ b/static/styles/portico/landing-page.scss @@ -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); } diff --git a/static/styles/subscriptions.scss b/static/styles/subscriptions.scss index 2f17557e93..2c2277aaba 100644 --- a/static/styles/subscriptions.scss +++ b/static/styles/subscriptions.scss @@ -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;