diff options
| author | 2018-12-16 15:04:46 +0100 | |
|---|---|---|
| committer | 2018-12-16 15:04:46 +0100 | |
| commit | e0e96d6a13788c539be1bcce3cde0a1d614ff2c3 (patch) | |
| tree | c95761c1858b3624c7f1c829f83c8374a9c146d0 /p/themes | |
| parent | 49869882e6f68ccf54f86567c56a1ab90829090b (diff) | |
Remove simple-scrollbar fallback (#2182)
https://github.com/FreshRSS/FreshRSS/pull/2181#issuecomment-447636787
Diffstat (limited to 'p/themes')
| -rw-r--r-- | p/themes/BlueLagoon/BlueLagoon.css | 7 | ||||
| -rw-r--r-- | p/themes/Dark/dark.css | 7 | ||||
| -rw-r--r-- | p/themes/Flat/flat.css | 7 | ||||
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 7 | ||||
| -rw-r--r-- | p/themes/Swage/swage.css | 8 | ||||
| -rw-r--r-- | p/themes/Swage/swage.scss | 8 | ||||
| -rw-r--r-- | p/themes/base-theme/template.css | 51 |
7 files changed, 0 insertions, 95 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 263764a9c..94eb8e3a8 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -574,13 +574,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); diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index b8366caeb..28ea253ff 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -511,13 +511,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); diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 176a541f7..1c5c3e795 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -514,13 +514,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); 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); diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index a8ff0bdd5..24a3ccbed 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -538,14 +538,6 @@ 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); diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index 8ddac14db..ecacba832 100644 --- a/p/themes/Swage/swage.scss +++ b/p/themes/Swage/swage.scss @@ -612,14 +612,6 @@ form { } } -.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); diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 86c985d0c..099aee916 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -382,57 +382,6 @@ a.btn { } /*=== Scrollbar */ -.ss-wrapper { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; - z-index: 1; - float: left; -} - -.ss-content { - height: 100%; - width: calc(100% + 18px); - padding: 0 0 0 0; - position: relative; - overflow-y: scroll; - box-sizing: border-box; -} - -.ss-content.rtl { - width: calc(100% + 18px); - right: auto; -} - -.ss-scroll { - position: relative; - background: rgba(0, 0, 0, 0.1); - width: 9px; - border-radius: 4px; - top: 0; - z-index: 2; - cursor: pointer; - transition: opacity 0.25s linear; -} - -.ss-hidden { - display: none; -} - -.ss-container:hover .ss-scroll, -.ss-container:active .ss-scroll { - background: rgba(0, 0, 0, 0.3); -} - -.ss-grabbed { - -o-user-select: none; - -ms-user-select: none; - -moz-user-select: none; - -webkit-user-select: none; - user-select: none; -} - @supports (scrollbar-width: thin) { #sidebar { overflow-y: auto; |
