Use not-allowed for cursor on disabled buttons (#32076)
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
&:disabled,
|
||||
&.disabled {
|
||||
background-color: $ui-primary-color;
|
||||
cursor: default;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&.copyable {
|
||||
|
||||
Reference in New Issue
Block a user