зеркало из https://github.com/mozilla/gecko-dev.git
Bug 436046 - "display != none should not apply to input[type=hidden]". r+sr=bzbarsky
This commit is contained in:
Родитель
d5488e072b
Коммит
9b6f4215a5
|
@ -349,7 +349,7 @@ optgroup[disabled] {
|
|||
/* hidden inputs */
|
||||
input[type="hidden"] {
|
||||
-moz-appearance: none;
|
||||
display: none;
|
||||
display: none !important;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
cursor: auto;
|
||||
|
|
Загрузка…
Ссылка в новой задаче