mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 14:06:52 +00:00
Use fixed font size for UI componenets in Vector 22
Use rem's to set the font size of the toolbar and local/global overlays, as the font size is now variable in that skin. Bug: T373875 Change-Id: Ib2511debd01dbc0cf03ff6d92cd9bfe71078c387
This commit is contained in:
parent
33182de13e
commit
cefa56ecb9
|
@ -5,6 +5,13 @@
|
|||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
|
||||
.ve-init-mw-desktopArticleTarget-toolbar,
|
||||
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder,
|
||||
.ve-ui-overlay-local,
|
||||
.ve-ui-overlay-global {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
// Change the default shadow to not leak out from the sides
|
||||
// (on other skins and in TargetWidgets there are borders that cover it)
|
||||
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar,
|
||||
|
|
Loading…
Reference in a new issue