Merge "styles: Replace IE hack `list-style: none none`"

This commit is contained in:
jenkins-bot 2022-07-20 23:36:07 +00:00 committed by Gerrit Code Review
commit 966975ea2c
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;
}