-
Notifications
You must be signed in to change notification settings - Fork 78
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
fix(forms): align subtext wrapper validate icon #1594
base: main
Are you sure you want to change the base?
Conversation
👋 @dtsanevmw,
Thank you, 🤖 Clarity Release Bot |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
3379fb6
to
088f830
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This PR introduces visual changes: dca43a2
|
0454510
to
2265218
Compare
@@ -85,7 +85,6 @@ | |||
} | |||
|
|||
.clr-form-compact .clr-radio-wrapper { | |||
@include forms-mixins.form-flatten-compact-adjustments(); |
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.
Creating inconsistency between other form controls and radio / checkbox because of specificity being higher here and overriding what is in _containers.clarity.scss
@@ -128,7 +128,6 @@ | |||
} | |||
|
|||
.clr-form-compact .clr-checkbox-wrapper { | |||
@include forms-mixins.form-flatten-compact-adjustments(); |
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.
Creating inconsistency between other form controls and radio / checkbox because of specificity being higher here and overriding what is in _containers.clarity.scss
This PR introduces visual changes: 356c6dd
|
2265218
to
1c7ea4a
Compare
This PR introduces visual changes: 5288d78
|
27b779c
to
0e5fc19
Compare
This PR introduces visual changes: aa59f61
|
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Validate icon inside subtext-wrapper is not aligned.
Issue Number: N/A
What is the new behavior?
Validate icon inside subtext-wrapper is aligned.
Does this PR introduce a breaking change?
Other information