Merge "fix(vector): Set popup notification color to inverted"

This commit is contained in:
jenkins-bot 2024-05-23 17:07:28 +00:00 committed by Gerrit Code Review
commit f075bb0823

View file

@ -14,7 +14,7 @@
* Note: These are wrapped in quotes to avoid dashed being interpreted as minus signs, * Note: These are wrapped in quotes to avoid dashed being interpreted as minus signs,
* along with a `~` to unwrap them when they are used as selectors. * along with a `~` to unwrap them when they are used as selectors.
*/ */
@OOUIOverrideSelectors: ~'.ve-ui-overlay'; // T363861 - VisualEditor Overlays @OOUIOverrideSelectors: ~'.ve-ui-overlay, .oo-ui-popupWidget-popup'; // T363861 - VisualEditor Overlays
/** /**
* Light mode * Light mode