Adwaita: shave 1px from the switch

make the switch height and width 1px smaller.
This commit is contained in:
Lapo Calamandrei 2016-05-20 15:28:58 +02:00
parent 55751fc6fb
commit 0d5b4779b8
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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);

View File

@ -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);