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.
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
Combobox: update CSS to use new tokens #3328
Combobox: update CSS to use new tokens #3328
Changes from 3 commits
f9198ff
652d7a0
09431e8
576c0ee
fa17455
1b50932
ad726e9
dc887ac
6a7e5ff
ae3fb26
ecff7ba
9039d2e
79379d2
d072220
0f787ca
650ecb0
702bf27
096f11f
491ab05
d549c79
e941e92
ea5b81d
f010524
fe0bdb5
fc571aa
661f8ac
d55c8a4
2e9d620
c8d4236
622cdce
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Focus-markings dissapears on
:active
nowhttps://github.com/user-attachments/assets/cf3d7c71-daa1-4fac-90a0-54f769540c36
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.
Seems like there is some code that needs to be changed here 🤔, onPress it seems to remove the
--focused
class (which is the only way we set the outline now KISS simpler without using:hover
styles, avoids desync between:hover
and--focused
elements).Another Accessibility 'mini-bug' here is that i can press down on one item, drag to another + release on it, and that item gets added / removed still 🤔.
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.
Not that into the history of this interaction, so might make sense to have a short huddle/sync with @it-vegard here.