round_ui_items: remove old rules that don't make sense with proton ui

This commit is contained in:
MrOtherGuy
2023-10-18 04:50:54 +03:00
parent 3b184df8c4
commit 38d48b5911

View File

@@ -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() }