Remove cursor: not-allowed styles
This commit is contained in:
parent
18e8704221
commit
7056f70240
9 changed files with 1 additions and 24 deletions
|
|
@ -19,10 +19,9 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
// Disabled state lightens text and removes hover/tab effects
|
||||
// Disabled state lightens text
|
||||
&.disabled {
|
||||
color: $nav-disabled-link-color;
|
||||
cursor: $cursor-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue