зеркало из https://github.com/mozilla/gecko-dev.git
Bug 891018 - CSS cursor property does not work properly on disabled inputs. r=bz
This commit is contained in:
Родитель
ee22589220
Коммит
658d88ad79
|
@ -376,8 +376,8 @@ select:disabled:disabled /* Need the pseudo-class twice to have the specificity
|
|||
cursor: inherit;
|
||||
}
|
||||
|
||||
input:disabled > .anonymous-div,
|
||||
textarea:disabled > .anonymous-div {
|
||||
input:disabled,
|
||||
textarea:disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче