Fleet UI: Activity feed outline only on keyboard focus (#48295)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user