mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Fix recent css regression (#7022)
This commit is contained in:
parent
e3946cc7de
commit
1c3ad14b4e
1 changed files with 0 additions and 6 deletions
|
@ -141,12 +141,6 @@ input[type=search]::-webkit-search-results-decoration {
|
|||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
opacity: initial;
|
||||
font-weight: 400;
|
||||
}
|
||||
input::-moz-placeholder,
|
||||
textarea::-moz-placeholder {
|
||||
opacity: .6;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
input[type=text], input[type=password], textarea {
|
||||
|
|
Loading…
Reference in a new issue