Fleet UI: Remove blue click flash on clickable table rows (#49228)

This commit is contained in:
RachelElysia
2026-07-14 07:47:28 -07:00
committed by GitHub
parent f981b15c1a
commit cee838b25f
2 changed files with 2 additions and 4 deletions
@@ -0,0 +1 @@
- Removed the blue active-state background flash when clicking a row in a single-select data table (e.g., **My device > Policies**).
@@ -261,7 +261,7 @@ $shadow-transition-width: 16px;
background-color: $ui-off-white-opaque; // opaque needed for horizontal scroll shadow
}
&:focus-visible {
outline: 2px solid $core-focused-outline;
outline: 1px solid $core-focused-outline;
background: $ui-off-white;
border-radius: $border-radius;
}
@@ -283,9 +283,6 @@ $shadow-transition-width: 16px;
&:hover {
cursor: pointer;
}
&:active {
background-color: $ui-vibrant-blue-10;
}
}
.clickable-row {