forked from extern/egroupware
Double thickness of colored category border in Et2SelectCategory
This commit is contained in:
parent
ac171a1076
commit
61f22d67f3
@ -25,10 +25,11 @@ export class Et2SelectCategory extends Et2Select
|
||||
css`
|
||||
/* Category color on options */
|
||||
::slotted(*) {
|
||||
border-left: 3px solid var(--category-color, transparent);
|
||||
border-left: 6px solid var(--category-color, transparent);
|
||||
}
|
||||
/* Border on the (single) selected value */
|
||||
.select--standard .select__control {
|
||||
border-left: 4px solid transparent;
|
||||
border-left: 8px solid transparent;
|
||||
}
|
||||
`
|
||||
]
|
||||
|
@ -25,7 +25,7 @@ export class Et2CategoryTag extends Et2Tag
|
||||
.tag {
|
||||
gap: var(--sl-spacing-2x-small);
|
||||
/* --category-color is passed through in _styleTemplate() */
|
||||
border-left: 5px solid var(--category-color, transparent);
|
||||
border-left: 10px solid var(--category-color, transparent);
|
||||
}
|
||||
`];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user