- Status changed to Needs review
over 1 year ago 11:36am 20 March 2023 - 🇬🇧United Kingdom longwave UK
The same CSS is in starterkit_theme and Umami; should the same fixes be applied there?
Also, we have a similar rule for radios, so is it worth adding the same fix for
.container-inline .form-type--radio label:after
? - Status changed to Needs work
over 1 year ago 1:40pm 20 March 2023 - 🇺🇸United States smustgrave
Umami maybe? Would need to see this scenario from a frontend standpoint. (Screenshots needed)
Starterkit_theme I think yes as this could be copied for a backend theme maybe? - Status changed to Needs review
over 1 year ago 4:17am 21 March 2023 - 🇮🇳India gauravvvv Delhi, India
Updated it for
radio
element as well.
Also, Made changes inStarterkit_theme
andUmami theme
.Umami maybe? Would need to see this scenario from a frontend standpoint. (Screenshots needed)
\
Tried finding a scenario where it is used, but didn't find any. We're using same CSS for all, to keep it uniform updated it in umami as well. - Assigned to Shani Maurya
- Status changed to RTBC
over 1 year ago 5:40am 21 March 2023 - 🇮🇳India Shani Maurya Mumbai
I tested the Patch #12 and it is working fine. Please find the attached image for the results.
Thank You!!
- Issue was unassigned.
The last submitted patch, 13: 3329699-12.patch, failed testing. View results →
- Status changed to Needs work
over 1 year ago 11:45am 21 March 2023 - 🇬🇧United Kingdom longwave UK
+++ b/core/profiles/demo_umami/themes/umami/css/classy/components/container-inline.css @@ -7,6 +7,8 @@ +.container-inline .form-type-radios label:after,
Should this be
.form-type-radios
or.form-type--radio
?I suppose we need a form with inline radio buttons to be able to actually test this.
- Status changed to Needs review
over 1 year ago 3:04am 22 March 2023 - 🇮🇳India gauravvvv Delhi, India
Should this be .form-type-radios or .form-type--radio?
Yes it is
.form-type--radio
. I have updated the patch. - 🇮🇳India Akshay kashyap
@Gauravvvv Thanks for the work. I have applied your patch its working fine on chrome and Firefox browser and also attached the screenshot for the same
- Status changed to Needs work
over 1 year ago 4:36pm 28 March 2023 - 🇮🇳India Aziza Anwari Gujarat
hey @Gauravvvv, applied the patch on #43 and it works completely, but you have not updated the class name from this .form-type-radios to .form-type--radio so moving it to need work again
- Status changed to Needs review
over 1 year ago 3:01am 29 March 2023 The last submitted patch, 25: 3329699-25.patch, failed testing. View results →
- First commit to issue fork.
- 🇮🇳India kunal_sahu Karnataka
I have created an MR , Please review.
.container-inline .form-item label:last-child::after { content: none; }
This CSS code will remove the trailing colon from the label of the last checkbox in a group of nested checkboxes inside an element with the class ".container-inline".
Hope this works. Thanks
- First commit to issue fork.
- Status changed to Needs work
over 1 year ago 3:02pm 30 March 2023 - 🇺🇸United States smustgrave
I believe #20 was correct. I can't find any reference to form-type--radio in the repo.
If the MR 3168 is the way. Explain why with screenshots.
- last update
over 1 year ago 29,441 pass - last update
over 1 year ago 29,441 pass - 🇨🇴Colombia jedihe
Just fixed the merge conflict for MR 3168.
@kunal_sahu's work made me realize we have to handle 2 cases: with and without description. For elements with a description, keeping the trailing ':' could make sense (notice the gray description right after "Reversed:"):
Looking at the original code, it looks like the trailing ':' was added precisely to care for the with-description case.
Taking all this into account, I'll try using only the :last-child selector. If results look good, I'll push a new commit to the MR.
@smustgrave: I was able to see .form-type--radio in the HTML source, probably constructed dynamically.
- last update
over 1 year ago 29,441 pass - last update
over 1 year ago 29,441 pass - Status changed to Needs review
over 1 year ago 3:18am 12 July 2023 - Status changed to Needs work
over 1 year ago 4:06pm 13 July 2023 - 🇺🇸United States smustgrave
Can before/after screenshots be updated.
Also can the MR be updated for 11.x pleaseBelieve jedihe is working on this so please no one vulture it.
Thanks!