Commit 4d9d6a45 by Brian Talbot

Studio: resolves blue primary button default + hover color states

parent 8f5c972e
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment