Tabsbar: Fix regression

This commit is contained in:
Rafael Mardojai CM 2023-07-13 12:35:57 -05:00
parent f74812513f
commit 606947127b
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 6 additions and 0 deletions

View File

@ -157,6 +157,12 @@ spacer[part=overflow-start-indicator], spacer[part=overflow-end-indicator] {
.tabbrowser-tab:hover ~ .tabbrowser-tab:not([hidden="true"]) ~ .tabbrowser-tab:not([hidden="true"]) { .tabbrowser-tab:hover ~ .tabbrowser-tab:not([hidden="true"]) ~ .tabbrowser-tab:not([hidden="true"]) {
border-image: var(--gnome-tabbar-tab-separator-hack1) !important; border-image: var(--gnome-tabbar-tab-separator-hack1) !important;
} }
.tabbrowser-tab:hover ~ .tabbrowser-tab[selected] ~ .tabbrowser-tab:not([hidden="true"]) {
border-image: none !important;
}
.tabbrowser-tab:hover ~ .tabbrowser-tab[selected] ~ .tabbrowser-tab:not([hidden="true"]) ~ .tabbrowser-tab:not([hidden="true"]) {
border-image: var(--gnome-tabbar-tab-separator-hack1) !important;
}
/* Tab labels */ /* Tab labels */
tab { tab {