Skip to content

Commit

Permalink
Fixed: Separator in toolbar moves when buttons are focused with keybo…
Browse files Browse the repository at this point in the history
…ard.
  • Loading branch information
engineering-this authored and Comandeer committed Dec 11, 2018
1 parent ab3c57c commit e26003d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skins/moono-lisa/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,15 @@ a.cke_button_disabled .cke_button_arrow

/* Adjust separator position on button hover. */
.cke_toolgroup a.cke_button:hover:last-child:after,
.cke_toolgroup a.cke_button:focus:last-child:after,
.cke_toolgroup a.cke_button.cke_button_on:last-child:after
{
top: -1px;
right: -4px;
}

.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after,
.cke_rtl .cke_toolgroup a.cke_button:focus:last-child:after,
.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after
{
top: -1px;
Expand Down

0 comments on commit e26003d

Please sign in to comment.