Use appearance instad of display for accessibility

This commit is contained in:
Jorik Schellekens 2020-06-10 13:37:09 +01:00
parent 3bea64e950
commit 8fc6289290

View file

@ -47,7 +47,7 @@ limitations under the License.
// Remove the OS's representation // Remove the OS's representation
margin: 0; margin: 0;
padding: 0; padding: 0;
display: none; appearance: none;
+ div { + div {
flex-shrink: 0; flex-shrink: 0;