mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 21:38:38 -07:00
update
This commit is contained in:
@@ -2129,7 +2129,7 @@ magnifier {
|
|||||||
background-image 0ms;
|
background-image 0ms;
|
||||||
min-height: $small-size;
|
min-height: $small-size;
|
||||||
min-width: $small-size;
|
min-width: $small-size;
|
||||||
padding: $space-size / 2 $space-size * 2;
|
padding: $space-size / 2 $space-size;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
@@ -2149,7 +2149,7 @@ magnifier {
|
|||||||
|
|
||||||
&:disabled { color: $text-secondary-disabled; }
|
&:disabled { color: $text-secondary-disabled; }
|
||||||
|
|
||||||
&:checked {
|
&:checked, &:selected {
|
||||||
transition: $transition;
|
transition: $transition;
|
||||||
background-color: if($variant == 'light', rgba($base, 1), rgba(white, 0.15));
|
background-color: if($variant == 'light', rgba($base, 1), rgba(white, 0.15));
|
||||||
color: $text;
|
color: $text;
|
||||||
@@ -2375,6 +2375,10 @@ $tab_needs_attention_gradient: radial-gradient(ellipse at bottom,
|
|||||||
}
|
}
|
||||||
|
|
||||||
tabbar {
|
tabbar {
|
||||||
|
> revealer > box {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
min-height: $medium-size;
|
min-height: $medium-size;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
@@ -2394,13 +2398,15 @@ tabbar {
|
|||||||
border-right-width: 1px;
|
border-right-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tabbox > background {
|
tabbox {
|
||||||
&:dir(ltr) {
|
> background {
|
||||||
box-shadow: inset -1px 0 $border;
|
&:dir(ltr) {
|
||||||
}
|
box-shadow: inset -1px 0 $border;
|
||||||
|
}
|
||||||
|
|
||||||
&:dir(rtl) {
|
&:dir(rtl) {
|
||||||
box-shadow: inset 1px 0 $border;
|
box-shadow: inset 1px 0 $border;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2426,15 +2432,23 @@ tabbar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tabbox {
|
tabbox {
|
||||||
background-color: $fill;
|
background-color: rgba($text, if($variant == 'light', 0.08, 0.04));
|
||||||
background-image: none;
|
background-image: none;
|
||||||
padding: $space-size / 2;
|
padding: $space-size / 2 0;
|
||||||
margin: $space-size / 2;
|
margin: $space-size / 2;
|
||||||
border-radius: $modal-radius + $space-size / 2;
|
border-radius: $modal-radius + $space-size / 2;
|
||||||
|
|
||||||
> background {
|
> background {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> tabboxchild {
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
> tab {
|
||||||
|
@extend %tabs_tab;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tab {
|
tab {
|
||||||
|
Reference in New Issue
Block a user