diff options
Diffstat (limited to 'web/share/css/tabs.css')
-rw-r--r-- | web/share/css/tabs.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/web/share/css/tabs.css b/web/share/css/tabs.css index f872d508..7efa76c6 100644 --- a/web/share/css/tabs.css +++ b/web/share/css/tabs.css @@ -53,11 +53,6 @@ div.tabs-box label { position: relative; top: 1px; } -@media only screen and (pointer: coarse) and (orientation: portrait) { - div.tabs-box label { - height: 30px !important; - } -} div.tabs-box label:last-of-type { border-right: var(--border-default-thin); @@ -66,12 +61,6 @@ div.tabs-box label:last-of-type { div.tabs-box input[type="radio"]:checked + label { background-color: var(--cs-control-default-bg); } -@media (hover: hover), (min--moz-device-pixel-ratio: 0) { - /* If we have a mouse cursor */ - div.tabs-box input[type="radio"]:not(:checked):hover + label { - color: var(--cs-control-hovered-fg); - } -} div.tabs-box input[type="radio"]:checked + label + .tab { display: block; |