Skip to content

Commit

Permalink
feat(VisualEditor): ✨ improve visibility of text highlight colors
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Mar 11, 2024
1 parent 9cf358f commit 8de5b3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions skinStyles/extensions/VisualEditor/ext.visualEditor.core.less
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,13 @@
}

/* ve.ui.FindAndReplaceDialog.css */
/*
.ve-ui-findAndReplaceDialog-findResult > div {
background: #28bb0b;
background: var( --color-syntax-yellow );
}

.ve-ui-findAndReplaceDialog-findResult-focused > div {
background: var( --color-syntax-orange );
}
*/

/* ve.ui.SpecialCharacterDialog.css */
.ve-ui-specialCharacterPage h3 {
Expand Down

0 comments on commit 8de5b3d

Please sign in to comment.