Skip to content

Commit 33bff59

Browse files
committed
fix: nested menus in Tailwind 4 upgrade
1 parent eaceb08 commit 33bff59

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

modules/blox-tailwind/assets/css/blox/navbar.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
@apply max-h-full w-auto inline-block;
1818
}
1919

20+
/* Ensure interactive controls show hand cursor */
21+
.theme-toggle,
22+
[data-search-toggle],
23+
#search_toggle,
24+
[data-te-collapse-init],
25+
.nav-dropdown > .nav-link[role='button'] {
26+
@apply cursor-pointer;
27+
}
28+
2029
/* navbar toggler */
2130
input#nav-toggle:checked + label #show-button {
2231
@apply hidden;

0 commit comments

Comments
 (0)