Improve visibility under contrast control mode (#31847)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2026-01-22 12:06:53 +00:00
committed by GitHub
parent e0b3e013ab
commit 77c4937f76
12 changed files with 34 additions and 0 deletions
+4
View File
@@ -36,6 +36,8 @@ Please see LICENSE files in the repository root for full details.
display: flex;
overflow: hidden;
position: relative;
/* For enhanced visibility under contrast control */
outline: 1px solid transparent;
&[data-collapsed] {
max-width: var(--collapsedWidth);
@@ -122,6 +124,8 @@ Please see LICENSE files in the repository root for full details.
border-radius: 8px;
background-color: $panel-actions;
margin-left: 8px;
/* For enhanced visibility under contrast control */
outline: 1px solid transparent;
svg {
width: inherit;