aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver/screwdriver.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-12-16 15:04:46 +0100
committerGravatar GitHub <noreply@github.com> 2018-12-16 15:04:46 +0100
commite0e96d6a13788c539be1bcce3cde0a1d614ff2c3 (patch)
treec95761c1858b3624c7f1c829f83c8374a9c146d0 /p/themes/Screwdriver/screwdriver.css
parent49869882e6f68ccf54f86567c56a1ab90829090b (diff)
Remove simple-scrollbar fallback (#2182)
https://github.com/FreshRSS/FreshRSS/pull/2181#issuecomment-447636787
Diffstat (limited to 'p/themes/Screwdriver/screwdriver.css')
-rw-r--r--p/themes/Screwdriver/screwdriver.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index b92dbac3e..2576c485f 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -568,13 +568,6 @@ a.btn {
scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.0);
}
}
-.ss-scroll {
- background: rgba(255, 255, 255, 0.1);
-}
-.ss-container:hover .ss-scroll,
-.ss-container:active .ss-scroll {
- background: rgba(255, 255, 255, 0.3);
-}
@supports not (scrollbar-width: thin) {
#sidebar::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.1);