UX: Primary button didn't have hover effect anymore

This commit is contained in:
Gerhard Schlager 2018-08-31 12:14:41 +02:00
parent 5310b4841d
commit 91b3f200f4
1 changed files with 5 additions and 4 deletions

View File

@ -88,13 +88,14 @@
} }
&:hover, &:hover,
&.btn-hover { &.btn-hover {
color: #fff; background: scale-color($tertiary, $lightness: -20%);
background: dark-light-choose($tertiary, $tertiary);
} }
&:active, &:active,
&.btn-active { &.btn-active {
@include linear-gradient($tertiary, $tertiary); @include linear-gradient(
color: $secondary; scale-color($tertiary, $lightness: -20%),
$tertiary
);
} }
&[disabled], &[disabled],
&.disabled { &.disabled {