Skip to content
Prev Previous commit
Next Next commit
Primary Button disabled state
Darkens up the disabled state just a little to eliminate the need for a
text-shadow
  • Loading branch information
Aaron Shekey committed Mar 31, 2015
commit 446db56fd82cc0fe44b0b1cc8b5b26b4708ee31b
8 changes: 3 additions & 5 deletions scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,9 @@
&,
&:hover,
&:active {
color: #fefefe;
text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
background-color: #add39f;
background-image: linear-gradient(#c3ecb4, #add39f);
border-color: #b9dcac #b9dcac #a7c89b;
color: #fff;
background-color: #b1d9a3;
border-color: #a6cc99;
}
}
}
Expand Down