From 100d4f1ffdf4d21f4916b504d846db804bb66059 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 15 Feb 2024 20:43:31 +0800 Subject: [PATCH] Fixed tabs issue --- src/sass/gtk/_common-4.0.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 41fc7d7f..27a06e79 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -2241,7 +2241,7 @@ magnifier { box-shadow: none; } - &:selected:not(:active) { + &:checked { transition: $transition, border-image $ripple-fade-in-duration $ease-out, background-size 0ms, @@ -2537,7 +2537,7 @@ tabbar { border-radius: 0; min-height: $medium-size; border: none; - box-shadow: none; + box-shadow: inset 0 -1px $border; &:backdrop { background-color: $titlebar-backdrop; @@ -2562,7 +2562,7 @@ tabbar { } > separator { - margin: 9px 0; + margin: $space-size * 1.5 0; transition: opacity 150ms ease-in-out; &.hidden {