mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Change focus state
This commit is contained in:
parent
285009c7ca
commit
7d00cb1e47
@ -188,7 +188,8 @@ a {
|
||||
stroke-width: inherit;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $color-border;
|
||||
}
|
||||
}
|
||||
@ -197,7 +198,7 @@ a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
top: calc(100% + 15px);
|
||||
top: calc(100% + 20px);
|
||||
left: 50%;
|
||||
min-width: 8rem;
|
||||
transform: translateX(-50%) scale(0.75);
|
||||
|
Loading…
Reference in New Issue
Block a user