Commit f8d01c2

Stephen Peasley <s@stephenpeasley.com>
2015-06-02 00:30:00
Bare button fix
1 parent c71b8b5
Changed files (1)
app
assets
stylesheets
app/assets/stylesheets/global.scss
@@ -56,7 +56,8 @@ nav svg {
 /* Buttons -------------------------------------- */
 /* ---------------------------------------------- */
 .button.bare {
-  &:hover,
+  &:link,
+	&:hover,
   &:active,
   &:visited,
   &:focus {