Allow also disable of <a> tags.
This commit is contained in:
parent
b27e813ddc
commit
6fe9276ba7
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ p {
|
||||||
a {
|
a {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
@extend .u-highlight;
|
@extend .u-highlight;
|
||||||
|
|
||||||
|
&.is-disabled,
|
||||||
|
&[disabled] {
|
||||||
|
pointer-events: none;
|
||||||
|
cursor: not-allowed;
|
||||||
|
opacity: .33;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.create {
|
a.create {
|
||||||
|
|
Loading…
Reference in a new issue