remove tab top-border when COLORS are used

This commit is contained in:
MrOtherGuy 2021-04-25 06:39:08 +03:00
parent a0d1da9a36
commit e594b9b6ad

View file

@ -83,7 +83,7 @@ See the above repository for updates as well as full license text. */
/* /*
#navigator-toolbox{ --tabs-border-color: color-mix(in srgb, currentcolor, transparent 80%) !important; } #navigator-toolbox{ --tabs-border-color: color-mix(in srgb, currentcolor, transparent 80%) !important; }
#tabbrowser-tabs{ --lwt-selected-tab-background-color: var(--toolbar-bgcolor) } #tabbrowser-tabs{ --lwt-selected-tab-background-color: var(--toolbar-bgcolor) }
.tab-background{ box-shadow: none !important; } .tabbrowser-tab .tab-background{ border-top: none !important; box-shadow: none !important; }
.tab-background[selected]::before{ .tab-background[selected]::before{
content: ""; content: "";