mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 03:49:29 +01:00
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`
|
css`
|
||||||
/* Category color on options */
|
/* Category color on options */
|
||||||
::slotted(*) {
|
::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 {
|
.select--standard .select__control {
|
||||||
border-left: 4px solid transparent;
|
border-left: 8px solid transparent;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
]
|
]
|
||||||
|
@ -25,7 +25,7 @@ export class Et2CategoryTag extends Et2Tag
|
|||||||
.tag {
|
.tag {
|
||||||
gap: var(--sl-spacing-2x-small);
|
gap: var(--sl-spacing-2x-small);
|
||||||
/* --category-color is passed through in _styleTemplate() */
|
/* --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