Studio: resolves blue primary button default + hover color states

This commit is contained in:
Brian Talbot
2013-07-07 18:49:11 -04:00
parent 8f5c972e79
commit 4d9d6a4522

View File

@@ -26,13 +26,13 @@
// blue primary button
.btn-primary-blue {
@extend .btn-primary;
background: $blue;
border-color: $blue-s1;
background: $blue-u1;
border-color: $blue-u1;
color: $white;
&:hover, &:active {
background: $blue-s2;
border-color: $blue-s2;
background: $blue-s1;
border-color: $blue-s1;
}
&.current, &.active {