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:
Volker E 2022-07-20 08:31:56 -07:00 committed by VolkerE
parent 2d0428b02a
commit d365148f8d
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
direction: ltr;
ul {
list-style: none none;
list-style: none;
margin: 0;
padding: 0;
}

View File

@ -9,7 +9,7 @@
}
ul {
list-style: none none;
list-style: none;
margin: 0;
}
}

View File

@ -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%;

View File

@ -26,7 +26,7 @@
padding-top: 0;
ul {
list-style: none none;
list-style: none;
margin: 0;
padding-top: 0.3em;
}

View File

@ -21,7 +21,7 @@
ul {
float: left;
height: 100%;
list-style: none none;
list-style: none;
margin: 0;
padding: 0;
}