Change buttons to ghost type

This commit is contained in:
Berkeley Martinez
2016-01-11 17:36:05 -08:00
parent 0e52466163
commit 1661550c68
4 changed files with 11 additions and 11 deletions

View File

@@ -32,7 +32,7 @@
&:hover,
&:focus,
&.focus {
color: @btn-default-color;
color: @gray-lighter;
text-decoration: none;
}