We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8108377 commit 1a9a668Copy full SHA for 1a9a668
.changeset/plenty-papayas-reflect.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Fixing ActionList Item hover focus style
src/actionlist/action-list-item.scss
@@ -32,7 +32,7 @@
32
cursor: pointer;
33
background-color: var(--color-action-list-item-default-hover-bg);
34
35
- &:not(.ActionList-item--navActive) {
+ &:not(.ActionList-item--navActive):not(:focus-visible) {
36
// Support for "Windows high contrast mode"
37
outline: $border-style $border-width transparent;
38
outline-offset: -$border-width;
0 commit comments