mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-31 12:03:10 -05:00
[Glitch] Use not-allowed
for cursor on disabled buttons
Port 69aa5699ce8fc1076d87e8f0a8954ea0caf3d464 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
633165ba9c
commit
d9d84822bb
@ -93,7 +93,7 @@
|
|||||||
&:disabled,
|
&:disabled,
|
||||||
&.disabled {
|
&.disabled {
|
||||||
background-color: $ui-primary-color;
|
background-color: $ui-primary-color;
|
||||||
cursor: default;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.copyable {
|
&.copyable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user