We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bab02 commit e6567efCopy full SHA for e6567ef
1 file changed
resources/scss/src/form/field/Switch.scss
@@ -29,10 +29,10 @@
29
&:after {
30
border : 1px solid var(--switchfield-color-knob);
31
border-radius: 50%;
32
- bottom : 7px;
33
- height : 8px;
34
- right : 7px;
35
- width : 8px;
+ bottom : 8px;
+ height : 6px;
+ right : 5px;
+ width : 6px;
36
}
37
38
&:checked {
@@ -46,7 +46,7 @@
46
background-color: var(--switchfield-color-knob);
47
border : 0;
48
border-radius : 0;
49
- bottom : 8px;
+ height : 8px;
50
left : 9px;
51
right : auto;
52
width : 1px;
0 commit comments