chore: scope link + button transitions
This commit is contained in:
parent
ee7266d644
commit
9369b48296
2 changed files with 7 additions and 3 deletions
|
@ -484,8 +484,12 @@ li {
|
|||
color: var(--color-lightest);
|
||||
}
|
||||
|
||||
a,
|
||||
.pill--button {
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active,
|
||||
.pill--button:hover,
|
||||
.pill--button:focus,
|
||||
.pill--button:active {
|
||||
transition-timing-function: var(--transition-ease-in-out);
|
||||
transition-duration: var(--transition-duration-default);
|
||||
}
|
||||
|
|
Reference in a new issue