mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
Merge pull request #177 from sarramegnag/fix-anchor-transition
Fix hover transition on .paper-btn anchors
This commit is contained in:
commit
6695244c30
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