Skip to content

Commit

Permalink
fix(VE): 🐛 do not invert image in link preview
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Nov 28, 2023
1 parent 40fffd6 commit 109779c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/* ve.ui.MWInternalLinkContextItem.css */
.ve-ui-mwInternalLinkContextItem-withImage > .oo-ui-iconElement.oo-ui-iconElement-icon {
background-color: var( --color-surface-3 );
// Do not invert image
filter: none;
border-color: var( --color-surface-3 );
}

Expand Down

0 comments on commit 109779c

Please sign in to comment.