Skip to content

Commit 04b31f2

Browse files
committed
fix dark theme sidebar.
1 parent a882ce7 commit 04b31f2

File tree

1 file changed

+4
-3
lines changed
  • packages/Webkul/Admin/src/Resources/assets/css

1 file changed

+4
-3
lines changed

packages/Webkul/Admin/src/Resources/assets/css/app.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,11 +622,12 @@
622622
/*--------------------------------- New UI CSS --------------------------------------------------------------- */
623623

624624
.sidebar-rounded::after {
625-
@apply w-[30px] h-[30px] top-[5px] right-[-30px] absolute rounded-tl-[58%] shadow-[-8px_-5px_0px_1px_rgba(255,255,255,1)] ;
626-
content: "";
627-
pointer-events: none;
625+
@apply w-[30px] h-[30px] top-[5px] right-[-30px] absolute rounded-tl-[58%] shadow-[-8px_-5px_0px_1px_rgba(255,255,255,1)] dark:shadow-[-8px_-5px_0px_1px_rgba(17,24,39,1)] ;
626+
content: "";
627+
pointer-events: none;
628628
}
629629

630+
630631
.tox.tox-silver-sink.tox-tinymce-aux {
631632
z-index: 99999;
632633
}

0 commit comments

Comments
 (0)