mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
Fix hover transition on .paper-btn anchors
This commit is contained in:
parent
03df3ea607
commit
a0c77badbd
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ button,
|
|||
border: 2px solid $primary;
|
||||
color: $primary;
|
||||
cursor: pointer;
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
font-size: 1rem;
|
||||
outline: none;
|
||||
padding: 0.75rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue