Skip to content

Commit

Permalink
[5.x] remove border and shadow in closed nav (#10186)
Browse files Browse the repository at this point in the history
remove border and shadow in closed nav
  • Loading branch information
peimn authored May 24, 2024
1 parent 6a62bb6 commit 8b8da8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/components/nav-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
.showing-license-banner & {
height: calc(100% - 105px);
}

.nav-closed & {
@apply border-0 shadow-none;
}
}
}

Expand Down

0 comments on commit 8b8da8e

Please sign in to comment.