remove tab top-border when COLORS are used
This commit is contained in:
parent
a0d1da9a36
commit
e594b9b6ad
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
#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{
|
||||
content: "";
|
||||
|
|
Loading…
Reference in a new issue