Autoformatter revert
This commit is contained in:
parent
cdd6da853f
commit
299e0e825d
1 changed files with 2 additions and 4 deletions
|
@ -149,8 +149,7 @@ checkbox-element {
|
||||||
|
|
||||||
input {
|
input {
|
||||||
&[type="checkbox"] {
|
&[type="checkbox"] {
|
||||||
width: 0;
|
width: 0; height: 0;
|
||||||
height: 0;
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
&:not(:checked) {
|
&:not(:checked) {
|
||||||
|
@ -194,8 +193,7 @@ radio-element {
|
||||||
|
|
||||||
input {
|
input {
|
||||||
&[type="radio"] {
|
&[type="radio"] {
|
||||||
width: 0;
|
width: 0; height: 0;
|
||||||
height: 0;
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
&:not(:checked) {
|
&:not(:checked) {
|
||||||
|
|
Loading…
Reference in a new issue