diff options
author | Maxim Devaev <[email protected]> | 2022-10-16 23:51:27 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-10-16 23:51:27 +0300 |
commit | e5ed253d680b7831ce3a3b2603971620cf5eb644 (patch) | |
tree | a794e16a95c48d8b1a9a6028e067ebb1e128df1f /web/share/css/switch.css | |
parent | 5d54b32ab603ba010125564bf550585a7348c390 (diff) |
fixed browser detection, loading css from js
Diffstat (limited to 'web/share/css/switch.css')
-rw-r--r-- | web/share/css/switch.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/web/share/css/switch.css b/web/share/css/switch.css index 7a822feb..eb2241ed 100644 --- a/web/share/css/switch.css +++ b/web/share/css/switch.css @@ -79,16 +79,6 @@ div.switch-box label span.switch-inner:after { text-align: right; } -@media (hover: hover), (min--moz-device-pixel-ratio: 0) { - /* If we have a mouse cursor */ - div.switch-box label span.switch-inner:not(:disabled):hover::before { - background-color: var(--cs-control-hovered-bg); - } - div.switch-box label span.switch-inner:not(:disabled):hover::after { - background-color: var(--cs-control-hovered-bg); - } -} - div.switch-box label span.switch { display: block; width: 13px; |