Merge pull request #4746 from matrix-org/joriks/checkbox-accessibility

Make checkboxes a11y friendly
This commit is contained in:
Jorik Schellekens 2020-06-10 13:52:19 +01:00 committed by GitHub
commit 224a296180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;