From 38d48b591188e6a490a2b430b8d6efce866c028e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 18 Oct 2023 04:50:54 +0300 Subject: [PATCH] round_ui_items: remove old rules that don't make sense with proton ui --- chrome/round_ui_items.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/chrome/round_ui_items.css b/chrome/round_ui_items.css index 2ecbab6..302e405 100644 --- a/chrome/round_ui_items.css +++ b/chrome/round_ui_items.css @@ -32,15 +32,6 @@ menupopup{ -moz-appearance: none !important; overflow: -moz-hidden-unscrollable .tabbrowser-tab[selected]::after, .tabbrowser-tab[beforeselected-visible]::after{ border-color: transparent !important; } -#nav-bar{ box-shadow: none !important; margin-top: 3px } -.tab-line{ display: none } - -.tab-background[selected]{ - border-top-width: 2px !important; - border-top-color: var(--lwt-tab-line-color) !important; -} -.tabbrowser-tab[selected]{ z-index: auto !important; } - .urlbar-icon, toolbar toolbarbutton:not(#back-button):not(.bookmark-item):not(.titlebar-button) > .toolbarbutton-icon{ border-radius: 0px !important; clip-path: circle() }