Make checkboxes a11y friendly
parent
54200519f6
commit
a2294a73a4
|
@ -24,7 +24,7 @@ limitations under the License.
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
display: none;
|
appearance: none;
|
||||||
|
|
||||||
& + label {
|
& + label {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue