Skip to content

Commit

Permalink
fix highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Aug 7, 2024
1 parent 0c9263a commit 735a328
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,13 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
box-sizing: border-box;
}
}
[class^='channelBottomBarArea_']:hover [class^='buttonContainer_'] {
border-color: var(--border-hover-color);
[class^='channelBottomBarArea_']:hover {
[class^='buttonContainer_'] {
border-color: var(--border-hover-color);
}
[class^='channelTextArea_']::after {
color: var(--border-hover-color);
}
}

/* add text labels */
Expand Down

0 comments on commit 735a328

Please sign in to comment.