From 606947127b7b53bcdfdb07ac3bb14eeb9416eb28 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Thu, 13 Jul 2023 12:35:57 -0500 Subject: [PATCH] Tabsbar: Fix regression --- theme/parts/tabsbar.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/parts/tabsbar.css b/theme/parts/tabsbar.css index 6df1187..985f834 100644 --- a/theme/parts/tabsbar.css +++ b/theme/parts/tabsbar.css @@ -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"]) { 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 {