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
This commit is contained in:
jdlrobson 2021-06-23 08:47:09 -07:00
parent 7d39fca924
commit 088697a73d

View file

@ -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;
}