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

View File

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