Use appearance instad of display for accessibility

pull/21833/head
Jorik Schellekens 2020-06-10 13:37:09 +01:00
parent 3bea64e950
commit 8fc6289290
1 changed files with 1 additions and 1 deletions

View File

@ -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;