diff --git a/less/buttons.less b/less/buttons.less index 49ccd2aefa1167171de7a1eb4c5c1db7d0d28569..d61137242d29b16a73610e0b7072171d4355c2a1 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -4,11 +4,9 @@ display: inline-block; /* Enables non-inline-block elements like
s to be buttons */ font-size: 2.5em; padding: 15px 40px 16px; - text-decoration: none; margin: .3em .2em 0 0; cursor: pointer; border: 0; - outline: 0; /* when the button is focused, don't show an outline */ border-radius: 10px; /* rounded corners */ }