- Status changed to Needs review
over 1 year ago 10:45am 25 June 2023 - last update
over 1 year ago 29,553 pass - Status changed to Needs work
over 1 year ago 1:09pm 26 June 2023 - 🇺🇸United States smustgrave
Some weird indent in the .css file
Also as this seems to be different from #3 will need screenshots.
Please include interdiffs between patches as well.
Thanks!
- Status changed to Needs review
over 1 year ago 5:18am 29 June 2023 - last update
over 1 year ago 29,563 pass - 🇮🇳India gauravvvv Delhi, India
Updated the logical properties and selectors, please review
- 🇮🇳India Harish1688 India
Hi,
After applying the patch 3303551-11.patch, the following points were observed:
1. CSS Logical Properties and nesting are utilized appropriately.
2. The UI and hover/focus states remain unchanged, showing no difference in behavior compared to the previous version.Screenshot attached
looks good to RTBC
- Status changed to Needs work
over 1 year ago 5:57pm 30 June 2023 - 🇺🇸United States smustgrave
@media (forced-colors: active) { .form-element--type-select{ &, &:focus, &[disabled] { padding-inline-end: var(--input-padding-horizontal); background-image: none; appearance: revert; /* Revert <select> appearance value for modern browsers. */ } }
Believe this could go under .form-element--type-select also.
Also there are some missing spacing before the brackets. Super nitpicky but if the above is being fixed those should be too.
- Status changed to Needs review
over 1 year ago 3:18am 3 July 2023 - last update
over 1 year ago 29,571 pass - Status changed to Needs work
over 1 year ago 2:19pm 3 July 2023 - Status changed to Needs review
over 1 year ago 4:59am 4 July 2023 - 🇮🇳India Harish1688 India
hi,
As per #15 request attached the image in issue summary.
The UI should remain visually consistent before/after the patch applied, with no need to compare the screens before and after screen. - Status changed to RTBC
over 1 year ago 2:10pm 5 July 2023 - 🇺🇸United States smustgrave
Verified the nesting seems seems good.
Found a random issue, not caused by this change, maybe will be fixed by the tooltip ticket though
- last update
over 1 year ago 29,801 pass - last update
over 1 year ago 29,802 pass - last update
over 1 year ago 29,802 pass - last update
over 1 year ago 29,807 pass - last update
over 1 year ago 29,812 pass - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,822 pass - last update
over 1 year ago 29,842 pass - last update
over 1 year ago 29,878 pass - last update
over 1 year ago 29,881 pass - last update
over 1 year ago 29,885 pass - Status changed to Needs work
over 1 year ago 8:24am 29 July 2023 - 🇫🇮Finland lauriii Finland
-
+++ b/core/themes/claro/css/components/form--select.pcss.css @@ -4,49 +4,35 @@ - background-image: none; - appearance: revert; /* Revert <select> appearance value for modern browsers. */
I don't think we should be removing these properties because they have been added intentionally to make select elements work consistently in high contrast mode.
-
+++ b/core/themes/claro/css/components/form--select.pcss.css @@ -4,49 +4,35 @@ +.no-touchevents .form-element--type-select{
Nit: missing space before {
-
- Status changed to Needs review
over 1 year ago 7:35am 2 August 2023 44:16 40:00 Running- 🇮🇳India Harish1688 India
Hi,
As pr last comment #18, looking the two point.
1. After applying the #18 patch, tested the UI on High contrast mode but not found any inconsistently. so removing the properties, not put any impact on the UI. attached the reference images.2. Missing space is resolved in 3303551-19.patch patch.
After patch in select box in high contrast mode.
- last update
over 1 year ago 29,946 pass - 🇮🇳India gauravvvv Delhi, India
Updated some logical properties, also restored the code from comment #18. Attached interdiff for same please review.
- Status changed to RTBC
over 1 year ago 12:07pm 12 August 2023 - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,959 pass - last update
over 1 year ago 29,959 pass - 🇫🇮Finland lauriii Finland
There was a small regression to some weight select fields because of extra space had sneaked into a selector. Addressed that, and moved the no-touchevents related styles inside the
.form-element--type-select
block. - Status changed to Fixed
over 1 year ago 8:12am 16 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.