Skip to content

Commit

Permalink
feat(curtana): link style button
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Nov 27, 2016
1 parent 345d1ac commit e923d8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _app/assets/themes/curtana/_less/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ a, button {
}
}

button {
appearance: none;
cursor: pointer;
background: none;
border: none;
outline: none;
}

img, hr {
border: 0;
}
Expand Down

0 comments on commit e923d8b

Please sign in to comment.