Skip to content

Commit

Permalink
[57003] OpenProject Dark Mode: selection colour of table rows (#16398)
Browse files Browse the repository at this point in the history
* use the same variable for hover bg-color in notification center and WP table and set the color border and bf-color for checked and hover effect in wp table row

* undo border color changes
  • Loading branch information
bsatarnejad authored Aug 12, 2024
1 parent 1f3fae7 commit 6e19572
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/global_styles/layout/work_packages/_table.sass
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ body[class*="router--"]
div.row-hovered
// Use important to override the background styles from __hl classes
// That also have to be important (cf. 30863)
background: var(--bgColor-muted) !important
background: var(--bgColor-neutral-muted) !important

&.-checked
background-color: hsl(from var(--selection-bgColor) h calc(s - 30) l) !important

// Left part of the split view
// == flex container for (table|timeline)
Expand Down

0 comments on commit 6e19572

Please sign in to comment.