- Issue created by @bunty oberoi
- Status changed to Needs review
over 1 year ago 8:08am 27 April 2023 - 🇺🇦Ukraine o_timoshchuk
I have tested it and found that enabling the "Show as expanded" option in the Home menu link settings allows the dropdown menu to function properly.
- 🇮🇳India bunty oberoi
Hi o_tymoshchuk,
Sorry, I didn't explain it right. The dropdown/Multilevel menu needs style on hover.
- Status changed to Active
over 1 year ago 5:27am 18 May 2023 - Status changed to Needs review
over 1 year ago 2:21pm 18 May 2023 - 🇮🇳India Rohit Rana
Hi,
Please replace this code
tr:hover,
tr:focus {
color: #232429;
background: #f5f8ff;
}
with this
tr:hover,
tr:focus {
color: #232429;
background: #adc9f7;
}
in /core/themes/claro/css/components/tables.css It works for me here I attached a screenshot. - Assigned to Akshay kashyap
- Issue was unassigned.
- Assigned to isalmanhaider
- 🇵🇰Pakistan isalmanhaider
Resolution
Problem #1 - 3rd level item i.e book in this case isn't displayed (not part of markup at all)
Resolution: First from the block configuration at
admin/structure/block/manage/ajans_main_menu
for block `Main Navigation` change Number of levels to display to 3 or more (in this case 2 won't work because book is at 3rd level.Problem # 2 - Styling the nested menu to react on hover.
Resolution: Moreover to style the nested menu, her's the CSS code patch. I will raise a PR as well. - @isalmanhaider opened merge request.
- 🇮🇳India Akshay kashyap
@isalmanhaider Thanks for the Work
I am not able to apply Patch it makes an error when I applied patch, please check.
git apply -v 3356785-dropdown-menu-style-1.patch Checking patch css/theme.css... error: while searching for: /* 1 */ display: inline-block; } /* 2 */ .uk-input:not(input), .uk-select:not(select) { error: patch failed: css/theme.css:1515 error: css/theme.css: patch does not apply
- 🇵🇰Pakistan isalmanhaider
try
git apply 3356785-dropdown-menu-style-1.patch
- 🇮🇳India Akshay kashyap
@isalmanhaider
Thank you so much
I got it now it looks good moving to RTBC
- Status changed to RTBC
over 1 year ago 10:20am 22 May 2023 - 🇮🇳India Raveen Kumar
I have reviewed & Implemented the #patch13 on my Drupal website having version 9.5, PHP version - 8.1
It is working fine for me.
And Thank You. - Issue was unassigned.
- Status changed to Fixed
over 1 year ago 7:34am 11 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.