mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
styles: Remove IE9 Flexbox fallback
IE9 is out of basic supported browsers, so removing this fallback. Also using “Flexbox” as standard term in comment. Bug: T306486 Bug: T308344 Change-Id: I6fcb0c4b54fea3d05593ae294c05e046131c93d2
This commit is contained in:
parent
fce9cfc652
commit
2d0428b02a
|
@ -12,8 +12,7 @@
|
|||
.mw-header {
|
||||
// A min-height is set to account for projects where no icon is set.
|
||||
min-height: @height-logo-icon;
|
||||
// Vertical centering of header elements (IE>=11), requires flex.
|
||||
// Non-flex fallback for IE<=9: float rule on the child elements.
|
||||
// Vertical centering of header elements (IE>=11), requires Flexbox.
|
||||
.flex-display();
|
||||
flex-wrap: nowrap;
|
||||
// https://caniuse.com/#search=align-items
|
||||
|
@ -25,7 +24,6 @@
|
|||
}
|
||||
|
||||
#mw-sidebar-button {
|
||||
float: left; // Browser: IE9 support - button as flex-child fallback.
|
||||
margin-right: @margin-horizontal-sidebar-button-icon; // Accidentally the same.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue