mirror of https://github.com/vector-im/riot-web
Merge pull request #4746 from matrix-org/joriks/checkbox-accessibility
Make checkboxes a11y friendlypull/21833/head
commit
224a296180
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue