зеркало из https://github.com/mozilla/gecko-dev.git
Don't change the cursor to a pointer when over a disabled image input.
This commit is contained in:
Родитель
f3cd9ba86e
Коммит
d2b192a16d
|
@ -548,6 +548,11 @@ input[type=image]:focus {
|
|||
input[type=image] {
|
||||
box-sizing: border-box;
|
||||
border: 2px solid blue;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type=image][disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
input[type=file] {
|
||||
|
|
|
@ -548,6 +548,11 @@ input[type=image]:focus {
|
|||
input[type=image] {
|
||||
box-sizing: border-box;
|
||||
border: 2px solid blue;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type=image][disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
input[type=file] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче