mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
styles: Replace IE hack list-style: none none
Hack has first been introduced in I7d4b075ac90 more than 4 years ago. It has been introduced to tackle IE <=8. Bug: T306486 Bug: T308344 Change-Id: Ie84a177f79d226be98298a42ebfdd447e33a1372
This commit is contained in:
parent
2d0428b02a
commit
d365148f8d
|
@ -5,7 +5,7 @@
|
|||
direction: ltr;
|
||||
|
||||
ul {
|
||||
list-style: none none;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
ul {
|
||||
list-style: none none;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
// The menu itself.
|
||||
.vector-menu-content {
|
||||
background-color: @background-color-base;
|
||||
list-style: none none;
|
||||
list-style: none;
|
||||
line-height: 1.125em;
|
||||
// Match the width of the dropdown "heading" (the tab)
|
||||
min-width: 100%;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
padding-top: 0;
|
||||
|
||||
ul {
|
||||
list-style: none none;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding-top: 0.3em;
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
ul {
|
||||
float: left;
|
||||
height: 100%;
|
||||
list-style: none none;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue