mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix Et2SelectCategory had category border when multiple
Now only shows category border for single select, when there's a value
This commit is contained in:
parent
49f608159c
commit
08e899e91c
@ -29,7 +29,7 @@ export class Et2SelectCategory extends Et2StaticSelectMixin(Et2Select)
|
||||
border-left: 6px solid var(--category-color, transparent);
|
||||
}
|
||||
/* Border on the (single) selected value */
|
||||
.select--standard .select__control {
|
||||
:host(.hasValue:not([multiple])) .select--standard .select__control {
|
||||
border-left: 6px solid var(--sl-input-border-color);
|
||||
}
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user