mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
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
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: none;
|
||||
appearance: none;
|
||||
|
||||
+ div {
|
||||
flex-shrink: 0;
|
||||
|
|
Loading…
Reference in a new issue