diff options
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; |