-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(Button): sbanken css refactoring #2565
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 65aa66a:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good improvement 💅
@@ -170,29 +175,18 @@ | |||
padding-right: 0; | |||
margin-right: 1rem; | |||
|
|||
// underline | |||
// underlinex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// underlinex | |
// underline |
de54c46
to
7ab12b5
Compare
7ab12b5
to
65aa66a
Compare
## [10.7.0](v10.6.0...v10.7.0) (2023-08-23) ### 🐛 Bug Fixes * **Forms:** Fix provider rerender issue and FlexContainer spacing issue ([#2570](#2570)) ([aafdbc1](aafdbc1)) * **Forms:** sets SubHeading's size to medium ([#2581](#2581)) ([7e2ccbf](7e2ccbf)) ### ✨ Features * **Button:** sbanken css refactoring ([#2565](#2565)) ([3b9d6b0](3b9d6b0)) * **FormLabel:** sbanken ([#2563](#2563)) ([308a0b6](308a0b6)) * **FormRow:** sbanken theme ([#2564](#2564)) ([968efdd](968efdd)) * **Forms:** Field width features upgraded ([#2580](#2580)) ([73b1650](73b1650)) * **Pagination:** sbanken theme ([#2569](#2569)) ([d08a492](d08a492)) * **PaymentCard:** adds card_status not_active ([#2578](#2578)) ([03469e6](03469e6)) * **Section:** Sbanken styling and new variant prop ([#2582](#2582)) ([416db6d](416db6d))
🎉 This PR is included in version 10.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Reduction of css specificity. The goal is not necessarily to make it more readable, but to make it easier to theme and customise.