Skip to content

Commit

Permalink
Fixed menu shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
ronan committed Nov 2, 2024
1 parent d1963f2 commit c8a9156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4193,6 +4193,9 @@ html .layout .l-content{
.l-header-nav .block-menu ul.menu,
.l-header-nav .block-menu ul.menu-dropdown{
flex-direction: row;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ html .layout {
}
ul.menu,
ul.menu-dropdown {
@apply md:flex-row shadow-inner;
@apply md:flex-row shadow-inner md:shadow-none;
> li {
@apply text-nowrap mx-0 md:mx-5 lg:mr-10 xl:mr-20 border-b md:border-b-0;

Expand Down

0 comments on commit c8a9156

Please sign in to comment.