Update _buttons.scss

This commit is contained in:
Pedro Reis 2017-03-30 10:37:14 +01:00 committed by GitHub
parent d98f41ad2c
commit a266914c3c
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
color: $brand-colour; color: $brand-colour;
border: 1px solid $brand-colour; border: 1px solid $brand-colour;
} }
.is-disabled, &.is-disabled,
&:disabled { &:disabled {
pointer-events: none; pointer-events: none;
opacity: .65; opacity: .65;
@ -51,4 +51,4 @@
.btn--link { .btn--link {
background-color: transparent; background-color: transparent;
color: $brand-colour; color: $brand-colour;
} }