Fixing outline on + button

This commit is contained in:
Jeffrey Morgan 2015-06-11 15:07:04 -07:00
parent 7256065ca1
commit 99f1519e74
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ a {
&:hover { &:hover {
text-decoration: none; text-decoration: none;
} }
outline: 0 !important;
} }
input[type="text"] { input[type="text"] {