Skip to content

Commit 1a9a668

Browse files
jdrush89langermank
andauthored
Fixing ActionList Item hover focus style (#2255)
* Fixing ActionList Item hover focus style * Create plenty-papayas-reflect.md Co-authored-by: Katie Langerman <[email protected]>
1 parent 8108377 commit 1a9a668

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/plenty-papayas-reflect.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Fixing ActionList Item hover focus style

src/actionlist/action-list-item.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
cursor: pointer;
3333
background-color: var(--color-action-list-item-default-hover-bg);
3434

35-
&:not(.ActionList-item--navActive) {
35+
&:not(.ActionList-item--navActive):not(:focus-visible) {
3636
// Support for "Windows high contrast mode"
3737
outline: $border-style $border-width transparent;
3838
outline-offset: -$border-width;

0 commit comments

Comments
 (0)