File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 5858
5959 & __checkbox {
6060 flex-shrink : 0 ;
61- width : 14 px ;
62- height : 14 px ;
61+ width : 16 px ;
62+ height : 16 px ;
6363 border : 1.5px solid var (--strapi-neutral-300 );
6464 border-radius : 50% ;
6565 background-color : transparent ;
8484 left : 4px ;
8585 top : 2px ;
8686 width : 3px ;
87- height : 5 px ;
87+ height : 6 px ;
8888 border : solid white ;
89- border-width : 0 1.5 px 1.5 px 0 ;
89+ border-width : 0 2 px 2 px 0 ;
9090 transform : rotate (45deg );
9191 opacity : 0 ;
9292 transition : opacity 0.1s ease 0.05s ;
106106 }
107107 }
108108
109- & __label :hover & __checkbox {
110- border-color : var (--strapi-primary-500 );
111- transform : scale (1.1 );
112- }
113-
114109 & __input :focus-visible + & __checkbox {
115110 outline : 2px solid var (--strapi-primary-500 );
116111 outline-offset : 2px ;
You can’t perform that action at this time.
0 commit comments