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:
parent
81083778a7
commit
1a9a668931
5
.changeset/plenty-papayas-reflect.md
Normal file
5
.changeset/plenty-papayas-reflect.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Fixing ActionList Item hover focus style
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user