Allow also disable of <a> tags.

This commit is contained in:
Martin Edenhofer 2015-08-17 18:13:27 +02:00
parent b27e813ddc
commit 6fe9276ba7

View file

@ -52,6 +52,13 @@ p {
a {
outline: none !important;
@extend .u-highlight;
&.is-disabled,
&[disabled] {
pointer-events: none;
cursor: not-allowed;
opacity: .33;
}
}
a.create {