mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
hide clear button in composer on IE
This commit is contained in:
parent
769feac73c
commit
e4fa4ded6c
@ -44,3 +44,8 @@ body.hydrogen {
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* hide clear buttons in IE */
|
||||
input::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user