mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 21:38:38 -07:00
Fixed tabs issue
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user