Use varprop for link color

[ci skip]
pull/5453/merge
Oliver Günther 7 years ago
parent c2f7fd7c00
commit 7eb2c9d2a9
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      app/assets/stylesheets/content/_buttons.sass

@ -139,10 +139,10 @@ html.-browser-windows.-browser-chrome
// Button class to use as a link-like submit button
.button--link
@include varprop(color, content-link-color)
background: none
border: none
padding: 0 1px
color: $content-link-color
&:visited, &:active
color: $content-link-color

Loading…
Cancel
Save