set disabled interface backgroundcolor to $gray-400

This commit is contained in:
Pieter Lambrecht 2024-12-13 16:23:49 +01:00 committed by Jeremy Stretch
parent 8951aa815f
commit fff4ec78ad
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -17,7 +17,7 @@ tr[data-virtual=true] {
background-color: rgba(map.get($theme-colors, "primary"), 0.15); background-color: rgba(map.get($theme-colors, "primary"), 0.15);
} }
tr[data-enabled=disabled] { tr[data-enabled=disabled] {
background-color: rgba(map.get($theme-colors, "danger"), 0.15); background-color: rgba($gray-400, 0.15);
} }
// Only show the correct button depending on the cable status // Only show the correct button depending on the cable status