forked from extern/egroupware
Et2Split: Make bar darker on hover
This commit is contained in:
parent
ac3a07560e
commit
f18dd19536
@ -45,6 +45,9 @@ export class Et2Split extends Et2Widget(SlotMixin(SlSplitPanel))
|
||||
.divider {
|
||||
background-color: var(--gray_10)
|
||||
}
|
||||
.divider:hover {
|
||||
filter: brightness(85%);
|
||||
}
|
||||
`
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user