remove separators from hovered tabs
This commit is contained in:
parent
cde5a0391d
commit
87473238b2
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ See the above repository for updates as well as full license text. */
|
|||
border-inline-end: 1px solid transparent !important;
|
||||
border-image: 0 1 linear-gradient(transparent 20%,var(--toolbarseparator-color) 20%,var(--toolbarseparator-color) 80%,transparent 80%);
|
||||
}
|
||||
.tabbrowser-tab:hover,
|
||||
.tabbrowser-tab[beforehovered],
|
||||
.tabbrowser-tab[selected],
|
||||
.tabbrowser-tab[last-visible-tab],
|
||||
.tabbrowser-tab[beforeselected-visible]{ border-image: none !important; }
|
Loading…
Reference in a new issue