[Ivan Diaz] - Remove Input outline on focus, add it for button

This commit is contained in:
Ivan Diaz 2015-09-24 21:23:26 -03:00
parent e0af6cf0ea
commit 3c36f93a9d
2 changed files with 5 additions and 4 deletions

View File

@ -2,10 +2,6 @@
.button {
&:focus {
outline: none;
}
&-primary {
background-color: $primary-red;
border: solid transparent;

View File

@ -8,4 +8,9 @@
&:hover {
border-color: $dark-grey;
}
&:focus {
outline: none;
border-color: $primary-blue;
}
}