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

Commit

Permalink
Removed button border when :focused because it was too strong.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Feb 16, 2018
1 parent fa57d3d commit f19411f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/ckeditor5-ui/components/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ a.ck-button {
&:focus {
@mixin ck-focus-ring;
@mixin ck-box-shadow var(--ck-focus-outer-shadow);

/* Disable border part of the focus ring for the buttons. It is too much. */
border-color: transparent;
}

/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/70 */
Expand Down

0 comments on commit f19411f

Please sign in to comment.