mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
Fixes #5343: Color of the resize handle now adapts to color scheme (dark theme/midnight theme/light theme) (#5364)
* Added color variable pageTextLight to resizable handlers in overview.scss * Generated release notes * [autofix.ci] apply automated fixes --------- Co-authored-by: seabeeberry <seri@Mac.fritz.box> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -7,3 +7,8 @@
|
||||
.react-grid-item.react-grid-placeholder {
|
||||
background-color: #8719e0;
|
||||
}
|
||||
|
||||
.react-grid-item > .react-resizable-handle::after {
|
||||
border-right: 2px solid var(--color-pageTextLight);
|
||||
border-bottom: 2px solid var(--color-pageTextLight);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user