1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 13:15:00 +03:00

Add reset properties to .btn-link

This commit is contained in:
Jason Etcovitch 2017-10-27 09:57:43 -04:00
parent 23e4fbc992
commit dbec2aea9c

View File

@ -181,12 +181,14 @@
display: inline-block;
padding: 0;
font-size: inherit;
font-weight: $font-weight-normal;
color: $text-blue;
text-decoration: none;
white-space: nowrap;
cursor: pointer;
user-select: none;
background-color: transparent;
background-image: none;
border: 0;
appearance: none; // Corrects inability to style clickable `input` types in iOS.