mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Fix specificity for mw-body-content in VE overlay
Bug: T287733 Change-Id: I7eaef3ef89a23932edd5abdd74703eb3297ee061
This commit is contained in:
parent
d8329b36a3
commit
e9dd51a71b
|
@ -39,5 +39,7 @@
|
|||
|
||||
.ve-ui-overlay .mw-body-content {
|
||||
/* Fix font-size for surfaces inside UI overlays */
|
||||
font-size: 1em;
|
||||
/* Increase specificity to deal with :not selector hack in core's typography.less */
|
||||
/* stylelint-disable-next-line declaration-no-important */
|
||||
font-size: 1em !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue