From 762c4e60f045421737f5311727fe49931d5dab73 Mon Sep 17 00:00:00 2001 From: Joshua Rush Date: Thu, 15 Sep 2022 02:48:48 +0000 Subject: [PATCH 1/2] Fixing ActionList Item hover focus style --- src/actionlist/action-list-item.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actionlist/action-list-item.scss b/src/actionlist/action-list-item.scss index 1b07810316..c94236b109 100644 --- a/src/actionlist/action-list-item.scss +++ b/src/actionlist/action-list-item.scss @@ -32,7 +32,7 @@ cursor: pointer; background-color: var(--color-action-list-item-default-hover-bg); - &:not(.ActionList-item--navActive) { + &:not(.ActionList-item--navActive):not(:focus-visible) { // Support for "Windows high contrast mode" outline: $border-style $border-width transparent; outline-offset: -$border-width; From 11330b9bc7bb88eee73cb2c0c1d0b8ff724db9b0 Mon Sep 17 00:00:00 2001 From: Katie Langerman Date: Thu, 15 Sep 2022 18:26:45 -0700 Subject: [PATCH 2/2] Create plenty-papayas-reflect.md --- .changeset/plenty-papayas-reflect.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/plenty-papayas-reflect.md diff --git a/.changeset/plenty-papayas-reflect.md b/.changeset/plenty-papayas-reflect.md new file mode 100644 index 0000000000..74e844f9f3 --- /dev/null +++ b/.changeset/plenty-papayas-reflect.md @@ -0,0 +1,5 @@ +--- +"@primer/css": patch +--- + +Fixing ActionList Item hover focus style