mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
fix check and radio margins. tweak switch.
This commit is contained in:
@@ -51,12 +51,19 @@ $suffix: if($variant == "dark", "-dark", "");
|
||||
@include toggle("radio");
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
margin-right: $spacing;
|
||||
}
|
||||
|
||||
check {
|
||||
@include toggle("checkbox");
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
margin-right: $spacing;
|
||||
}
|
||||
|
||||
radio:dir(rtl), check:dir(rtl) {
|
||||
margin-right: 0;
|
||||
margin-left: $spacing;
|
||||
}
|
||||
|
||||
iconview.content-view.cell.check {
|
||||
@@ -77,7 +84,6 @@ $suffix: if($variant == "dark", "-dark", "");
|
||||
padding: $spacing;
|
||||
border: none;
|
||||
outline: none;
|
||||
transition: all 0.4s linear;
|
||||
transition: background-color 0.3s linear;
|
||||
min-width: 93px;
|
||||
min-height: 25px;
|
||||
@@ -86,7 +92,7 @@ $suffix: if($variant == "dark", "-dark", "");
|
||||
|
||||
slider {
|
||||
background-color: $switch_slider_bg_color;
|
||||
transition: all 0.3s linear;
|
||||
transition: all 0.3s ease-in;
|
||||
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
|
||||
border-radius: $roundness;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user