Fleet UI: Activity feed outline only on keyboard focus (#48295)

This commit is contained in:
RachelElysia
2026-06-25 17:44:03 -04:00
committed by GitHub
parent d563ed21a1
commit 45bea9d17f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
- Fixed the activity feed showing a focus outline when an activity was clicked. The outline now appears only when tabbing to an activity with the keyboard, matching the focus behavior used elsewhere in the UI.
@@ -46,7 +46,7 @@
padding: $pad-small;
margin-bottom: $pad-large;
&:focus {
&:focus-visible {
outline: 2px solid $ui-fleet-black-75;
}