Issue #3306209 by jannakha, Gauravvvv, smustgrave, athyamvidyasagar, pameeela, Wim Leers, mgifford: Add outline to buttons with active state
(cherry picked from commit 229f626d93
)
merge-requests/6999/head
parent
5f758d452e
commit
0c6312a06e
|
@ -24,3 +24,8 @@
|
|||
.ck-editor__main > .ck-source-editing-area textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Enhance visibility of selected/active buttons on the toolbar. */
|
||||
.ck-toolbar__items .ck.ck-button.ck-on {
|
||||
border: 1px solid var(--ck-color-button-on-color);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue