Skip to content

Commit

Permalink
fix(VisualEditor): 馃悰 add find and replace dialog background color
Browse files Browse the repository at this point in the history
Add new selector to sync with core VE library changes

Closes: #794
  • Loading branch information
alistair3149 committed Feb 18, 2024
1 parent 84d09e2 commit 3396cfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skinStyles/extensions/VisualEditor/ext.visualEditor.core.less
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@
box-shadow: none;
}

/* ve.ui.ToolbarDialog.css */
.ve-ui-toolbarDialog {
background-color: var( --color-surface-0 );
}

/* ve.ui.TableLineContext.css */
.ve-ui-tableLineContext > .oo-ui-iconWidget.oo-ui-iconElement.oo-ui-iconElement-icon {
background-color: var( --background-color--hover );
Expand Down

0 comments on commit 3396cfd

Please sign in to comment.