use light gray for highlighting current work package

pull/8782/head
ulferts 4 years ago
parent f3287141a5
commit 9c52844859
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      frontend/src/global_styles/layout/work_packages/_table.sass

@ -62,7 +62,7 @@
div.row-hovered
// Use important to override the background styles from __hl classes
// That also have to be important (cf. 30863)
background: var(--gray-lighter) !important
background: var(--gray-light) !important
// Left part of the split view
// == flex container for (table|timeline)

Loading…
Cancel
Save