Make checkboxes a11y friendly

pull/21833/head
Jorik Schellekens 2020-06-10 13:41:34 +01:00
parent 54200519f6
commit a2294a73a4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ limitations under the License.
align-items: flex-start;
input[type=checkbox] {
display: none;
appearance: none;
& + label {
display: flex;