mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Merge "styles: Replace LanguageButton variable nomenclature"
This commit is contained in:
commit
ee91a813d3
|
@ -146,8 +146,8 @@
|
|||
@size-search-expand: 24px;
|
||||
@margin-end-search: 12px;
|
||||
|
||||
// language button
|
||||
@height-lang-button: unit( 32 / @font-size-browser, em );
|
||||
// Language button
|
||||
@height-button-lang: unit( 32 / @font-size-browser, em );
|
||||
|
||||
// T296321 For sticky header, set an explicit height. This is needed for scroll padding
|
||||
// and for other sticky elements on the page. Setting the height in relative units enables
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
// FIXME [review whether margin-top is needed] center vertically in heading.
|
||||
margin-top: 2px;
|
||||
box-sizing: border-box;
|
||||
height: @height-lang-button;
|
||||
height: @height-button-lang;
|
||||
|
||||
.mw-ui-icon:before {
|
||||
// Put icon on correct standard normal state color.
|
||||
|
|
Loading…
Reference in a new issue