Fleet UI: Remove blue click flash on clickable table rows (#49228)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user