Sync the expected UI screenshots for the core select restyle [ignore_release] - #65
Merged
Merged
Conversation
…release] Core #25100 restyled the standard select, so every capture containing one now differs. These are CI's own images from the 6.x-dev run 33235250610.
Core #25100 gave the standard select a :focus-within border, so a capture taken straight after picking an option races the focus ring and lands on either state.
The blur in the previous commit was a no-op: two runs either side of it were byte-identical, so the border is core's :hover half of `&:hover, &:focus-within`, left painted because the click that picks an option leaves the pointer on the control.
snake14
marked this pull request as ready for review
September 1, 2026 00:53
AltamashShaikh
approved these changes
Sep 1, 2026
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.
Description
Core #25100 restyled the standard select to match the design system, changing how every
uicontrol="select"field renders. 12 expected UI screenshots in this plugin contain such a field, so the6.x-devUI build has been red since that merge. This updates those expectations to match. Five of them are this plugin's own copies of theCustomAlerts_*captures, which live here as well as in CustomAlerts.No plugin code changes, so there is no user-visible change and no release: the commit and this title carry
[ignore_release].Issue No
Related to matomo-org/matomo#25100.
Steps to Replicate the Issue
6.x-devat or after34d16e91d7.Checklist