mirror of
https://github.com/primer/css.git
synced 2024-11-26 02:38:32 +03:00
Fix bug where outline was showing up on hover (#1519)
* Fix bug where outline was showing up on hover * Create breezy-ads-eat.md * Put back this class
This commit is contained in:
parent
71aff2b694
commit
8bfe2b7e41
5
.changeset/breezy-ads-eat.md
Normal file
5
.changeset/breezy-ads-eat.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Fix bug where outline was showing up on hover
|
@ -41,11 +41,17 @@
|
||||
box-shadow: none;
|
||||
|
||||
&:hover,
|
||||
&.zeroclipboard-is-hover {
|
||||
color: var(--color-text-link);
|
||||
background: none;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
&.selected,
|
||||
&[aria-selected=true],
|
||||
&.zeroclipboard-is-hover,
|
||||
&.zeroclipboard-is-active {
|
||||
color: var(--color-text-link);
|
||||
background: none;
|
||||
|
Loading…
Reference in New Issue
Block a user