Skip to content
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(SegmentedRadioGroup): icon modifier specificity #2120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ogonkov
Copy link
Contributor

@ogonkov ogonkov commented Feb 19, 2025

No description provided.

@ogonkov ogonkov requested a review from zamkovskaya as a code owner February 19, 2025 09:56
@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@gravity-ui-bot
Copy link
Contributor

Visual Tests Report is ready.

Comment on lines -228 to -234
&_width_auto {
max-width: 100%;
}

&_width_max {
width: 100%;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved block modificators up

Comment on lines -214 to -222
#{$block}__option {
height: 44px;
line-height: 44px;
font-size: var(--g-text-body-2-font-size);

&-text {
margin: 0 25px;
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved element styles from modificators to element styles itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants