Make checkboxes a11y friendly
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user