|
@@ -34,11 +34,7 @@ a.ck-button {
|
|
|
/* Avoid flickering when the foucs border shows up. */
|
|
/* Avoid flickering when the foucs border shows up. */
|
|
|
border: 1px solid transparent;
|
|
border: 1px solid transparent;
|
|
|
|
|
|
|
|
- &:active {
|
|
|
|
|
- /* https://github.com/ckeditor/ckeditor5-theme-lark/issues/157 */
|
|
|
|
|
- outline: 0;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
|
|
+ &:active,
|
|
|
&:focus {
|
|
&:focus {
|
|
|
@mixin ck-focus-ring;
|
|
@mixin ck-focus-ring;
|
|
|
@mixin ck-box-shadow var(--ck-focus-outer-shadow);
|
|
@mixin ck-box-shadow var(--ck-focus-outer-shadow);
|