mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 22:30:20 +00:00
style(download button): Fix border-radius on focus
This commit is contained in:
parent
0d5def0444
commit
cf7965d5c2
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ a:hover {
|
||||||
|
|
||||||
a:focus {
|
a:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: .3rem;
|
|
||||||
box-shadow: var(--focus-ring);
|
box-shadow: var(--focus-ring);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue