- Issue created by @divya.sejekan
- First commit to issue fork.
- Merge request !3703416379-when-dropdown-is: Fixed dropdown border issue. → (Merged) created by Tirupati_Singh
- Status changed to Needs review
11 months ago 10:03am 23 January 2024 - 🇮🇳India Tirupati_Singh
Fixed the dropdown styling issue, please review the MR. Attaching screenshots for reference.
- Assigned to pooja saraah
- Issue was unassigned.
- Status changed to RTBC
11 months ago 1:21pm 23 January 2024 - 🇮🇳India Kanchan Bhogade
Hi,
I verified and tested the latest MR !370 on the Drupal 10. 2 version.
MR is applied successfully,Testing steps:
- Install Drupal version 10. 2
- Install the Gin theme
- Use the gin theme as an Administration theme
- Go to the /admin/structure/views/view/content
- Click any dropdown icon in the view
- You will find the issue (before the patch)
- Apply the patch and check for the same
Test Result:
The dropdown style issue is fixedMove to RTBC
Attaching screenshots for reference.
- Status changed to Needs work
11 months ago 12:19pm 31 January 2024 - First commit to issue fork.
- Status changed to Needs review
11 months ago 9:47am 1 February 2024 - 🇮🇳India djsagar
Hi all,
I applied changes which is provided in MR !370, it's resolved issue i also update MR as per suggested by @saschaeggi.
@tirupati_singh
Should I replace border with border-color in MR or border will work? As both the property will work.
The border property is a shorthand property that allows you to set the width, style, and color of the border of an element in a single declaration.
border: [width] [style] [color];
.The border-color property is used to specifically set the color of the border of an element.
border-color: [color];
After patch
Thanks!
- 🇮🇳India Kanchan Bhogade
Hi,
Tested for updated MR !370, on Drupal 10
The Patch applied successfully...
Test Result:
Border issue fixed for Dark and default theme.Attaching screenshot for reference
Keeping it in Need review for code review
- Status changed to RTBC
10 months ago 12:09pm 13 February 2024 - 🇮🇳India djsagar
Updating status as it's verified by @Kanchan Bhogade in #11.
- Status changed to Fixed
10 months ago 9:55pm 18 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.