Skip to content

Commit

Permalink
Fix: Bubble button focus outline
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Jan 8, 2020
1 parent dc8eeba commit 306384a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/scss/components/_action.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
padding: 0;
outline: 0;
border: 0;
line-height: 1;
box-shadow: none;
background-color: transparent;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/components/_bubble-btn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.qkb-bubble-btn {
display: block;
padding: 0;
outline: none;
outline: 0;
border: 0;
box-shadow: none;
border-radius: 50%;
Expand Down

0 comments on commit 306384a

Please sign in to comment.