Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #158 from ckeditor/t/157
Browse files Browse the repository at this point in the history
Fix: The `:active` buttons should have no `outline`. Closes #157.
  • Loading branch information
oleq committed Mar 22, 2018
2 parents ddbd939 + 78c552b commit 71825b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/ckeditor5-ui/components/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ a.ck-button {
/* Avoid flickering when the foucs border shows up. */
border: 1px solid transparent;

&:active,
&:focus {
@mixin ck-focus-ring;
@mixin ck-box-shadow var(--ck-focus-outer-shadow);
Expand Down

0 comments on commit 71825b7

Please sign in to comment.