mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
Convert ve.init.MWVESwitchPopupWidget.css to LESS
Change-Id: I4c394adc7a510b85b346366f53daf05b96811393
This commit is contained in:
parent
1bd77e43de
commit
d5d2fd0541
|
@ -1525,7 +1525,7 @@
|
|||
],
|
||||
"styles": [
|
||||
"modules/ve-mw/preinit/styles/ve.init.MWVESwitchConfirmDialog.css",
|
||||
"modules/ve-mw/preinit/styles/ve.init.MWVESwitchPopupWidget.css"
|
||||
"modules/ve-mw/preinit/styles/ve.init.MWVESwitchPopupWidget.less"
|
||||
],
|
||||
"skinStyles": {
|
||||
"default": [
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
.ve-init-mw-switchPopupWidget {
|
||||
white-space: normal;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.ve-init-mw-switchPopupWidget .oo-ui-popupWidget-anchor {
|
||||
.oo-ui-popupWidget-anchor {
|
||||
margin-left: 1.25em;
|
||||
}
|
||||
}
|
||||
|
||||
.ve-init-mw-switchPopupWidget .oo-ui-popupWidget-head {
|
||||
.oo-ui-popupWidget-head {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue