From 8fc6289290a948338c5abc46987de43aa2300505 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Wed, 10 Jun 2020 13:37:09 +0100 Subject: [PATCH] Use appearance instad of display for accessibility --- res/css/views/elements/_StyledRadioButton.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/elements/_StyledRadioButton.scss b/res/css/views/elements/_StyledRadioButton.scss index 07d95aeced..0ed2464dc1 100644 --- a/res/css/views/elements/_StyledRadioButton.scss +++ b/res/css/views/elements/_StyledRadioButton.scss @@ -47,7 +47,7 @@ limitations under the License. // Remove the OS's representation margin: 0; padding: 0; - display: none; + appearance: none; + div { flex-shrink: 0;