Fixed tabs issue

This commit is contained in:
vinceliuice
2024-02-15 20:43:31 +08:00
parent 8e4f478913
commit 100d4f1ffd

View File

@@ -2241,7 +2241,7 @@ magnifier {
box-shadow: none; box-shadow: none;
} }
&:selected:not(:active) { &:checked {
transition: $transition, transition: $transition,
border-image $ripple-fade-in-duration $ease-out, border-image $ripple-fade-in-duration $ease-out,
background-size 0ms, background-size 0ms,
@@ -2537,7 +2537,7 @@ tabbar {
border-radius: 0; border-radius: 0;
min-height: $medium-size; min-height: $medium-size;
border: none; border: none;
box-shadow: none; box-shadow: inset 0 -1px $border;
&:backdrop { &:backdrop {
background-color: $titlebar-backdrop; background-color: $titlebar-backdrop;
@@ -2562,7 +2562,7 @@ tabbar {
} }
> separator { > separator {
margin: 9px 0; margin: $space-size * 1.5 0;
transition: opacity 150ms ease-in-out; transition: opacity 150ms ease-in-out;
&.hidden { &.hidden {