-
Notifications
You must be signed in to change notification settings - Fork 39
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
Uncrispify StyleFormTwo
in styleguide
#3181
Uncrispify StyleFormTwo
in styleguide
#3181
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Test results 9 files 9 suites 8m 20s ⏱️ Results for commit 840f11b. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3181 +/- ##
=======================================
Coverage 60.39% 60.39%
=======================================
Files 605 605
Lines 43705 43701 -4
Branches 48 48
=======================================
- Hits 26394 26393 -1
+ Misses 17299 17296 -3
Partials 12 12 ☔ View full report in Codecov by Sentry. |
4c6c3f7
to
9f657f1
Compare
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.
Nicely done!
I think it looks better than the original. I consider the broken fieldset in the original implementation a bug which is now fixed 🙂:
There is one functional difference though. HTML attribute method
in form1
in now empty (which de facto means method='get'
) while in the original it was method='post'
. I doesn't make practical difference though since 1. there is no submit button 2. because the "Forms" section in styleguide is for showcasing the looks and not the functionality.
Yes, I noticed that as well and I agree |
9f657f1
to
840f11b
Compare
Quality Gate passedIssues Measures |
Closes #3179.
Url: http://localhost/styleguide/
It looks slightly different now, but I think this is okay given it's the styleguide and this can be adapted in #3180.