mirror of https://github.com/vector-im/riot-web
Use appearance instad of display for accessibility
parent
3bea64e950
commit
8fc6289290
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue