mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Et2Select: Fix "required" styling did not show
This commit is contained in:
parent
3616fe9df0
commit
38e8df223d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user