We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the group of segments is form and it has CSS class name loading, it lost the rounded corner.
loading
ui form segments
ui segment
The segments should keep rounded corners.
The rounded corners become square until the class name loading is removed.
Open https://jsfiddle.net/mgfLs0e1/, and click the submit button to reproduce.
2.7.4
The text was updated successfully, but these errors were encountered:
Adds segment corner rounding to form segments loader
7e5b974
Fixes fomantic#628
Fixed by #629
Sorry, something went wrong.
fix(form): corrects border radius variable reference
9fb46ce
The ::before `.loader` pseudo-element did not have segment rounded corners on a `.segments.form`. Added those. Closes fomantic#628
5745cf7
No branches or pull requests
Bug Report
If the group of segments is form and it has CSS class name
loading
, it lost the rounded corner.Steps to reproduce
ui form segments
.ui segment
container.loading
toui form segments
.Expected result
The segments should keep rounded corners.
Actual result
The rounded corners become square until the class name
loading
is removed.Testcase
Open https://jsfiddle.net/mgfLs0e1/, and click the submit button to reproduce.
Screenshot
Version
2.7.4
The text was updated successfully, but these errors were encountered: