Merge branch 'main' of github.com:vinceliuice/Colloid-gtk-theme

This commit is contained in:
Vince
2021-12-18 09:11:02 +08:00
6 changed files with 246 additions and 54 deletions

View File

@@ -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,