1
1
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:
Jon Rohan 2021-08-02 08:24:38 -07:00 committed by GitHub
parent 71aff2b694
commit 8bfe2b7e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Fix bug where outline was showing up on hover

View File

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