mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
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:
parent
e135bb30ae
commit
6fa38a985c
|
@ -26,9 +26,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
&-icon {
|
||||
&.oo-ui-iconElement &-icon {
|
||||
float: left;
|
||||
.oo-ui-iconElement-icon {
|
||||
position: static;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue