Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 224a296

Browse files
Merge pull request #4746 from matrix-org/joriks/checkbox-accessibility
Make checkboxes a11y friendly
2 parents 5420051 + a2294a7 commit 224a296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/elements/_StyledCheckbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
align-items: flex-start;
2525

2626
input[type=checkbox] {
27-
display: none;
27+
appearance: none;
2828

2929
& + label {
3030
display: flex;

0 commit comments

Comments
 (0)