mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +00:00
Merge "Use standard size and fix alignment of generic reference icon"
This commit is contained in:
commit
506f53118c
|
@ -30,11 +30,13 @@
|
|||
|
||||
.mw-ui-icon {
|
||||
// mw-ui-icon assumes a font size of 16px so we must declare it here
|
||||
// FIXME: This should be in `em` for user scalability and skin specific or with overrides.
|
||||
font-size: 16px;
|
||||
|
||||
&:before {
|
||||
// Use fixed size to prevent icon blur.
|
||||
background-size: 20px;
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue