mirror of https://github.com/vector-im/riot-web
Make checkboxes a11y friendly
parent
54200519f6
commit
a2294a73a4
|
@ -24,7 +24,7 @@ limitations under the License.
|
|||
align-items: flex-start;
|
||||
|
||||
input[type=checkbox] {
|
||||
display: none;
|
||||
appearance: none;
|
||||
|
||||
& + label {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue