- 🇮🇳India gauravvvv Delhi, India
Refactored
vertical-tabs.pcss.css
I have improved nesting and optimised the code. Please review - Status changed to Needs work
over 1 year ago 11:52pm 19 February 2023 - 🇺🇸United States smustgrave
Think more nesting could be done here. Too many spots to write out.
Also still see reference to [dir="rtl"] can any of those be replaced?
The .css file changed so screenshots in the issue summary will be needed.
- Status changed to Needs review
over 1 year ago 6:02am 21 February 2023 - 🇮🇳India gauravvvv Delhi, India
Fixed coding standard issues. Attached patch with interdiff. please review
here are the before/after patch screenshots.
Before
After
The last submitted patch, 6: 3332729-6.patch, failed testing. View results →
- Status changed to RTBC
over 1 year ago 2:33pm 22 February 2023 The last submitted patch, 6: 3332729-6.patch, failed testing. View results →
The last submitted patch, 6: 3332729-6.patch, failed testing. View results →
The last submitted patch, 6: 3332729-6.patch, failed testing. View results →
- Status changed to Needs work
over 1 year ago 2:40pm 7 April 2023 - 🇫🇷France nod_ Lille
+++ b/core/themes/claro/css/components/vertical-tabs.pcss.css @@ -27,10 +26,10 @@ + @nest [dir="rtl"] & { @@ -114,58 +109,45 @@ + @nest [dir="rtl"] & { ... + @nest &:focus { ... + @nest &:hover { ... + @nest &::before { @@ -183,13 +165,12 @@ + @nest [dir=rtl] & { @@ -229,27 +209,23 @@ + @nest [dir="rtl"] & {
Need to remove all the @nest
- Status changed to Needs review
over 1 year ago 3:14am 13 April 2023 - 🇮🇳India gauravvvv Delhi, India
Note that the @nest is needed here because the ampersand & comes after the rule. If it becomes before the rule, then it's not needed
- 🇫🇷France nod_ Lille
Yes mherchel explained it after I posted here. Ok with keeping them. Will re review later today.
- Status changed to RTBC
over 1 year ago 11:24pm 13 April 2023 - Status changed to Needs work
over 1 year ago 7:24am 14 April 2023 - 🇫🇷France nod_ Lille
+++ b/core/themes/claro/css/components/vertical-tabs.css @@ -136,59 +129,43 @@ [dir="rtl"] .vertical-tabs__menu-link { - padding-right: calc(var(--space-l) - var(--vertical-tabs-menu-link--active-border-size)); - padding-left: var(--space-s); border-width: var(--vertical-tabs-border-size) var(--vertical-tabs-menu-link--active-border-size) var(--vertical-tabs-border-size) 0; border-radius: 0 var(--vertical-tabs-border-radius) var(--vertical-tabs-border-radius) 0; } @@ -206,13 +183,11 @@ +[dir=rtl] :is(.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-link::before) { border-radius: 0 var(--base-border-radius) var(--base-border-radius) 0; }
We could use the logical props for border width/radius and remove a couple of rtl specific styles, border radius require to set all 4 sides explicitly but it's possible
- 🇮🇳India Santosh_Verma
Working on it to replace normal css to logical properties
- 🇮🇳India Santosh_Verma
Add the logical properties for
1. Margin,
2. Padding,
3. Border,
4. Border-radius - Status changed to Needs review
over 1 year ago 6:53am 17 April 2023 - last update
over 1 year ago Custom Commands Failed The Needs Review Queue Bot → tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- Status changed to Needs work
over 1 year ago 5:57am 18 April 2023 - 🇮🇳India Santosh_Verma
Rerolling the patch #23 failed due to linting issue.
- Status changed to Needs review
over 1 year ago 7:27am 18 April 2023 - last update
over 1 year ago Custom Commands Failed - Status changed to Needs work
over 1 year ago 2:37pm 18 April 2023 - 🇺🇸United States smustgrave
Please provide an interdiff. The size of the patch went up noticeably so would be curious for that.
- Status changed to Needs review
over 1 year ago 7:32am 19 April 2023 - Status changed to Needs work
over 1 year ago 2:31pm 19 April 2023 - Status changed to Needs review
over 1 year ago 3:18pm 19 April 2023 - last update
over 1 year ago 29,283 pass - 🇮🇳India gauravvvv Delhi, India
I have updated the logical properties. Attached interdiff for same. please review
- Status changed to RTBC
over 1 year ago 6:35pm 19 April 2023 - last update
over 1 year ago 29,300 pass - last update
over 1 year ago 29,302 pass - last update
over 1 year ago 29,300 pass - last update
over 1 year ago Checkout Error - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 2:04pm 10 May 2023 - First commit to issue fork.
- last update
over 1 year ago 29,381 pass - @rpayanm opened merge request.
- Status changed to Needs review
over 1 year ago 3:37pm 10 May 2023 - 🇮🇳India Santosh_Verma
@bnjmnm i have tested the patch # 32, and it's applying clearly
Drupal : 10.1.x
santosh.verma@FVFYJ11AHV2D drupal % git apply -v 3332729-32.patch Checking patch core/themes/claro/css/components/vertical-tabs.css... Checking patch core/themes/claro/css/components/vertical-tabs.pcss.css... Applied patch core/themes/claro/css/components/vertical-tabs.css cleanly. Applied patch core/themes/claro/css/components/vertical-tabs.pcss.css cleanly.
- last update
over 1 year ago Patch Failed to Apply - 🇺🇸United States bnjmnm Ann Arbor, MI
Re @Santosh_Verma #38 I reached my conclusion of the patch not applying because the Drupal.org testbot literally says "Patch Failed to Apply" in comment #32.
This is a really helpful way to determine if a patch applies without having to do anything locally, and rules out false positives that can happen from situation such as not pulling the most recent changes before attempting to apply the patch.
Either way, looks like @rpayanm has created an MR that addresses the merge conflict.
- Status changed to RTBC
over 1 year ago 2:49pm 11 May 2023 - last update
over 1 year ago Patch Failed to Apply - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 4:16pm 22 June 2023 The Needs Review Queue Bot → tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- last update
over 1 year ago 29,535 pass - @rpayanm opened merge request.
- last update
over 1 year ago 29,535 pass - last update
over 1 year ago 29,535 pass - Status changed to Needs review
over 1 year ago 11:17pm 22 June 2023 - Status changed to RTBC
over 1 year ago 11:54pm 23 June 2023 - last update
over 1 year ago 29,553 pass - last update
over 1 year ago 29,559 pass 22:57 21:46 Running- last update
over 1 year ago 29,571 pass - last update
over 1 year ago 29,571 pass - 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,806 pass - last update
over 1 year ago 29,811 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,819 pass, 1 fail - last update
over 1 year ago 29,834 pass, 1 fail - last update
over 1 year ago 29,877 pass, 2 fail - last update
over 1 year ago 29,880 pass - last update
over 1 year ago 29,884 pass - Status changed to Needs work
over 1 year ago 8:49am 29 July 2023 - last update
over 1 year ago Custom Commands Failed - Status changed to Needs review
over 1 year ago 4:22am 3 August 2023 - 🇮🇳India Santosh_Verma
I have verified the MR changes in #46 asked in #45 all are points are addressed
2. I think margin: 0 is simpler and acceptable- addressed
3. Do we need @nest here? (@nest &:focus )- @nest removed
4. Do we need @nest here? (@nest &:hover )- @nest removed
5. Do we need @nest here? (@nest &::before {) - @nest removedTested the impact on the site nothing is breaking looks similar as screenshot attached in comment #6 that's why not adding before after screenshot :)
- last update
over 1 year ago 29,946 pass - Status changed to RTBC
over 1 year ago 3:00pm 7 August 2023 - last update
over 1 year ago 29,953 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,958 pass - last update
over 1 year ago 29,959 pass - last update
about 1 year ago 29,977 pass - last update
about 1 year ago 30,049 pass - Status changed to Fixed
about 1 year ago 11:03am 21 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.