mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Don't remove borders from nearby tabs when moving tabs
This commit is contained in:
parent
59af5985f5
commit
bba50ef2f3
1 changed files with 3 additions and 4 deletions
|
@ -14,9 +14,8 @@ See the above repository for updates as well as full license text. */
|
|||
}
|
||||
|
||||
.tabbrowser-tab:hover,
|
||||
.tabbrowser-tab[beforehovered],
|
||||
#tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[beforehovered],
|
||||
.tabbrowser-tab[selected],
|
||||
.tabbrowser-tab[multiselected],
|
||||
.tabbrowser-tab[last-visible-tab],
|
||||
.tabbrowser-tab[before-multiselected],
|
||||
.tabbrowser-tab[beforeselected-visible]{ border-image: none !important; }
|
||||
#tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[before-multiselected],
|
||||
#tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[beforeselected-visible] { border-image: none !important; }
|
Loading…
Reference in a new issue