Skip to content

Commit

Permalink
Fix (tests): Added the focus style for the colapse button in the manu…
Browse files Browse the repository at this point in the history
…al tests template. Closes ckeditor/ckeditor5#7987.
  • Loading branch information
pomek committed Mar 10, 2021
1 parent f60d89c commit c567710
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,15 @@
border: none;
padding: 0;
margin: 0;
outline: none;
transition: left var(--ck-manual-test-transition-time) ease-in-out;
opacity: .5;
z-index: 10000;
}

.manual-test-sidebar__toggle:not(:focus) {
outline: none;
}

.manual-test-sidebar__toggle:hover {
opacity: 1;
}
Expand Down

0 comments on commit c567710

Please sign in to comment.