[UIK-5613] checkbox radio switch rebranding - #3085
Open
slizhevskyv-semrush wants to merge 7 commits into
Open
Conversation
slizhevskyv-semrush
requested review from
Valeria-Zimnitskaya,
ilyabrower and
sheila-semrush
July 28, 2026 14:56
ilyabrower
approved these changes
Jul 29, 2026
|
|
||
| &[checked]::after { | ||
| background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxLjVMNC43NSA3Ljc1TDEgNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg=='); | ||
| background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNCAyLjQ1MjIxTDUuMzA0NCA5LjU0NzgyTDEuNjAwMDEgNS44NDM0MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg=='); |
Contributor
There was a problem hiding this comment.
updated the value (copied it from Select, it was a bit misaligned)
can we store this value in a common place? we have this data repeated here, in select, and also in dropdown menu
| background-image: var(--intergalactic-border-critical-pattern, repeating-linear-gradient(315deg, oklch(0.7 0.21 23) 0, oklch(0.7 0.21 23) 1px, transparent 0, transparent 50%)); | ||
| background-size: 6px 6px; | ||
| background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0)); /* TODO: --intergalactic-control-radio-bg-normal */ | ||
| background-color: var(--intergalactic-control-radio-bg-normal, oklch(1 0 0)); |
Contributor
There was a problem hiding this comment.
I see we have invalidPattern defined differently in Radio and Checkbox, can we unify it?
| min-width: 36px; | ||
| } | ||
|
|
||
| & SSlider { |
Contributor
There was a problem hiding this comment.
commenting here because that line is not changed
translateX(50%) won't work anymore (in sizes L & XL) because proportions have changed
now we have to see that the slider is exactly 3px to the edge (only sizes L-XL)
in size M slider should be 1.5px to the edge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Checbox/Radio/Switch rebranding.
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: