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:
Ciftci
2025-07-22 04:32:24 +02:00
committed by GitHub
parent 548f36e8d6
commit af8f26f200
2 changed files with 11 additions and 0 deletions

View File

@@ -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);
}

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [seabeeberry]
---
Applied color-variable to resizable handle to adapt to color theme automatically