mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-10-06 07:54:39 -07:00
Merge branch 'main' of github.com:vinceliuice/Colloid-gtk-theme
This commit is contained in:
@@ -1377,7 +1377,7 @@ headerbar {
|
||||
@extend %titlebar-button;
|
||||
}
|
||||
|
||||
separator.titlebutton {
|
||||
separator.titlebutton, separator.sidebar {
|
||||
margin-top: $large-size / 4;
|
||||
margin-bottom: $large-size / 4;
|
||||
background-color: transparent;
|
||||
@@ -2190,6 +2190,7 @@ switch {
|
||||
background-color: $text-disabled;
|
||||
background-clip: padding-box;
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
|
||||
&:checked {
|
||||
background-color: $primary;
|
||||
@@ -2198,21 +2199,22 @@ switch {
|
||||
&:disabled { opacity: 0.5; }
|
||||
|
||||
// hide on/off icons for >=3.24.5
|
||||
image {
|
||||
margin: -8px;
|
||||
-gtk-icon-transform: scale(0);
|
||||
}
|
||||
// image {
|
||||
// margin: -8px;
|
||||
// -gtk-icon-transform: scale(0);
|
||||
// }
|
||||
|
||||
slider {
|
||||
transition: all $duration $ease-out;
|
||||
min-width: $small-size - 4px;
|
||||
min-height: $small-size - 4px;
|
||||
margin: 1px;
|
||||
margin: if($variant == 'light', 1px, 0);
|
||||
border-radius: $circular-radius;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
background-color: white;
|
||||
border: none;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
&:focus slider,
|
||||
|
Reference in New Issue
Block a user