mw.echo.ui.PageNotificationsOptionWidget: Fix CSS after changes in OOjs UI

We have to override 'position: absolute' and increase the specificity
of the selector to override 'display: block'.

Bug: T178439
Change-Id: Icd09e8302f124524779553eae3536d875f2e1227
This commit is contained in:
Bartosz Dziewoński 2017-10-18 20:56:27 +02:00
parent e135bb30ae
commit 6fa38a985c

View file

@ -26,9 +26,10 @@
}
}
&-icon {
&.oo-ui-iconElement &-icon {
float: left;
.oo-ui-iconElement-icon {
position: static;
display: inline-block;
}
}