Disable links when permissions isn't granted.
This commit is contained in:
parent
451894bcec
commit
24fb869d53
|
@ -36,3 +36,9 @@
|
||||||
#actions
|
#actions
|
||||||
float: right
|
float: right
|
||||||
text-align: right
|
text-align: right
|
||||||
|
|
||||||
|
a
|
||||||
|
&.disabled
|
||||||
|
cursor: default
|
||||||
|
color: $color-link-disabled
|
||||||
|
text-decoration: none
|
||||||
|
|
Loading…
Reference in New Issue
Block a user