mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
Merge "Increase selector specificity to fix layout regression"
This commit is contained in:
commit
c32aeeaa36
|
@ -26,12 +26,12 @@
|
|||
margin-top: 0.8em;
|
||||
}
|
||||
|
||||
.ve-ui-mwHelpPopupTool-item > .oo-ui-buttonElement-frameless {
|
||||
.ve-ui-mwHelpPopupTool-item > .oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement {
|
||||
display: block;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.ve-ui-mwHelpPopupTool-item > .oo-ui-buttonElement-frameless:first-child {
|
||||
.ve-ui-mwHelpPopupTool-item > .oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue