UX: no cursor-hand on disabled buttons
This commit is contained in:
parent
0db81f7b68
commit
4df2d34f02
2 changed files with 2 additions and 0 deletions
|
@ -4600,6 +4600,7 @@ button.primary:hover:not(.disabled), .button.primary:hover:not(.disabled) {
|
|||
button.disabled {
|
||||
border-color: var(--disabled);
|
||||
color: var(--disabled);
|
||||
cursor: unset;
|
||||
}
|
||||
|
||||
button.disabled svg path {
|
||||
|
|
|
@ -238,6 +238,7 @@ button.primary:hover:not(.disabled), .button.primary:hover:not(.disabled) {
|
|||
button.disabled {
|
||||
border-color: var(--disabled);
|
||||
color: var(--disabled);
|
||||
cursor: unset;
|
||||
}
|
||||
button.disabled svg path {
|
||||
transition: all 200ms;
|
||||
|
|
Loading…
Reference in a new issue