Et2Select: Fix "required" styling did not show

This commit is contained in:
nathan 2022-09-15 12:36:31 -06:00
parent 3616fe9df0
commit 38e8df223d

View File

@ -80,7 +80,10 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
sl-menu::part(base) {
padding: 0px;
}
/* allow required background color to show */
.select--standard .select__control {
background-color: inherit;
}
/* No horizontal scrollbar, even if options are long */
.dropdown__panel {
overflow-x: clip;