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;
|
line-height: #{50 / $base-font-size}rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
|
||||||
& g {
|
& g {
|
||||||
fill: $light-toolbar-button-color;
|
fill: $light-toolbar-button-color;
|
||||||
|
|
Loading…
Reference in a new issue