set outline: none for buttons
This commit is contained in:
parent
4dac30d4ca
commit
78b77e069b
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
line-height: #{50 / $base-font-size}rem;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
outline: none;
|
||||
|
||||
& g {
|
||||
fill: $light-toolbar-button-color;
|
||||
|
|
Loading…
Reference in a new issue