1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 07:03:35 +03:00

Fixing ActionList Item hover focus style (#2255)

* Fixing ActionList Item hover focus style

* Create plenty-papayas-reflect.md

Co-authored-by: Katie Langerman <langermank@github.com>
This commit is contained in:
Joshua Rush 2022-09-16 13:42:37 -04:00 committed by GitHub
parent 81083778a7
commit 1a9a668931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Fixing ActionList Item hover focus style

View File

@ -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;