mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
small padding adjustment for clickable area
This commit is contained in:
parent
7262028539
commit
445ec9a318
@ -216,17 +216,14 @@ export class Et2Tree extends Et2WidgetWithSelectMixin(LitElement)
|
||||
// @ts-ignore
|
||||
...super.styles,
|
||||
css`
|
||||
:host {
|
||||
--sl-spacing-large: 1rem;
|
||||
}
|
||||
:host {
|
||||
--sl-spacing-large: 1rem;
|
||||
}
|
||||
|
||||
::part(expand-button) {
|
||||
rotate: none;
|
||||
padding: 0;
|
||||
padding-left: 5em;
|
||||
padding-right: 1em;
|
||||
padding: 0 0 0 5em;
|
||||
margin-left: -5em;
|
||||
margin-right: -1em;
|
||||
|
||||
}
|
||||
|
||||
@ -241,8 +238,8 @@ export class Et2Tree extends Et2WidgetWithSelectMixin(LitElement)
|
||||
}
|
||||
|
||||
::part(label):hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.tree-item__label {
|
||||
overflow: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user