mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -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);
|
||||
}
|
||||
|
||||
6
upcoming-release-notes/5364.md
Normal file
6
upcoming-release-notes/5364.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [seabeeberry]
|
||||
---
|
||||
|
||||
Applied color-variable to resizable handle to adapt to color theme automatically
|
||||
Reference in New Issue
Block a user