Remove bullet points and unnecessary padding from `SearchListControl` (https://github.com/woocommerce/woocommerce-blocks/pull/11444)

This commit is contained in:
Lucio Giannotta 2023-10-30 15:33:19 +08:00 committed by GitHub
parent 96a291f1b7
commit 084a2acd90
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,12 @@
}
}
}
.woocommerce-search-list__list {
// Here to increase specificity compared to default editor styles
// wrapping `ul`s and `ol`s.
padding-left: 0;
}
}
.woocommerce-search-list__selected {
@ -98,6 +104,7 @@
border: 1px solid $gray-200;
margin: 0;
padding: 0;
list-style: none;
max-height: 17em;
overflow-x: hidden;
overflow-y: auto;