From 088697a73deb5969ec7992328f229bc9f120e935 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Wed, 23 Jun 2021 08:47:09 -0700 Subject: [PATCH] Echo notification oo-ui-popupWidget-anchor should point to icon In Vector, these rules result in the anchor pointing to the wrong place. They seem to be improve things in Minerva, so these are restricted to that skin. Bug: T276566 Change-Id: If871ab59fea519b48568781ffd9ddf6640006385 --- modules/styles/mw.echo.ui.mobile.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/styles/mw.echo.ui.mobile.less b/modules/styles/mw.echo.ui.mobile.less index 54b9562f6..12fbee68f 100644 --- a/modules/styles/mw.echo.ui.mobile.less +++ b/modules/styles/mw.echo.ui.mobile.less @@ -2,7 +2,7 @@ // `!important` rules override the inline styles provides by clippable. @media all and ( max-width: @width-breakpoint-tablet ) { - .mw-echo-ui-overlay { + .skin-minerva .mw-echo-ui-overlay { .oo-ui-clippableElement-clippable { width: 100% !important; }