fix(ripple): outline colors

This commit is contained in:
Adam Bradley
2015-09-28 15:55:36 -05:00
parent b71c4e137e
commit 54d612bf65
6 changed files with 16 additions and 28 deletions

View File

@ -11,18 +11,14 @@
transition: 100ms all linear;
color: get-color(primary, base);
min-height: 3.3rem;
line-height: 3.3rem;
&.active {
background-color: get-color(primary, base);
color: white;
}
border-style: solid;
border-color: get-color(primary, base);
&:first-of-type {
border-right-width: 0px;