set outline: none for buttons

This commit is contained in:
mathuramg 2016-06-09 18:17:53 -04:00
parent 4dac30d4ca
commit 78b77e069b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
line-height: #{50 / $base-font-size}rem;
cursor: pointer;
border: none;
outline: none;
& g {
fill: $light-toolbar-button-color;