-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
btn-link has background gradient #381
Comments
👋 Hi @JasonEtco Well spotted. I did a little digging in I'd welcome a pr to fix the gradient issue, making this update won't impact how we use it in You may have seen we've started using storybook and there isn't a story for btn-link's yet, nor is it documented, so if you're game, adding a story and example in the docs would be rad additions too! We're working on v10 and aiming to get that ready to ship by end of next week, so if you have time to work on this soon we can add this update to that release. |
@broccolini that all makes sense; I'll make that PR asap! side note: Last night I started on a React-Primer implementation using Storybook for some some personal projects (and some Probot stuff), so imagine my delight when I checked out the repo for the first time in awhile and saw |
Awesome! Excited to see what you make! Also, watch this space for more along those lines 😎 |
Going to close this out since PR #382 was merged, and contains a description of what went down regarding the |
Hey folks!
Running into an overlap of styles:
btn-link
sets thebackground-color
totransparent
, but itsbackground-image
still inherits a background gradient image. I can fix this in a PR if you'd like, should just be to addbackground-image: none
to the.btn-link
class 👍The text was updated successfully, but these errors were encountered: