mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
Adwaita: shave 1px from the switch
make the switch height and width 1px smaller.
This commit is contained in:
parent
55751fc6fb
commit
0d5b4779b8
@ -2519,8 +2519,8 @@ switch {
|
||||
|
||||
slider {
|
||||
margin: -1px;
|
||||
min-width: 45px;
|
||||
min-height: 27px;
|
||||
min-width: 44px;
|
||||
min-height: 26px;
|
||||
border: 1px solid;
|
||||
border-radius: 3px;
|
||||
transition: $button_transition;
|
||||
|
@ -2754,8 +2754,8 @@ switch {
|
||||
background-color: #2d3234; }
|
||||
switch slider {
|
||||
margin: -1px;
|
||||
min-width: 45px;
|
||||
min-height: 27px;
|
||||
min-width: 44px;
|
||||
min-height: 26px;
|
||||
border: 1px solid;
|
||||
border-radius: 3px;
|
||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
|
@ -2768,8 +2768,8 @@ switch {
|
||||
background-color: #f1f1f1; }
|
||||
switch slider {
|
||||
margin: -1px;
|
||||
min-width: 45px;
|
||||
min-height: 27px;
|
||||
min-width: 44px;
|
||||
min-height: 26px;
|
||||
border: 1px solid;
|
||||
border-radius: 3px;
|
||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
|
Loading…
Reference in New Issue
Block a user