Use appearance instad of display for accessibility
This commit is contained in:
parent
3bea64e950
commit
8fc6289290
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue