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
nod_ 2024-03-11 06:46:02 +01:00
parent 5f758d452e
commit 0c6312a06e
No known key found for this signature in database
GPG Key ID: 76624892606FA197
1 changed files with 5 additions and 0 deletions

View File

@ -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);
}