style: respect tabs

use 2 spaces
pull/281/head
Sebastien Marinier 2024-08-19 12:25:09 +02:00
parent e34c3b6e9e
commit bcf33e99e9
1 changed files with 12 additions and 12 deletions

View File

@ -162,21 +162,21 @@ pre {
width: 44px;
white-space: nowrap;
input[type="checkbox"]{
input[type="checkbox"]{
&+label:before {
border-radius: 3px;
border-width: 2px;
}
&+label:before {
border-radius: 3px;
border-width: 2px;
}
&:disabled+label:before {
opacity: .5;
}
&:disabled+label:before {
opacity: .5;
}
&:not(input:checked):disabled+label:before {
background-color: transparent !important;
}
}
&:not(input:checked):disabled+label:before {
background-color: transparent !important;
}
}
}
th {