DEV: update box-shadow due to core change (#55)
This commit is contained in:
parent
ea7f8791ab
commit
25cb5954f6
|
@ -141,7 +141,7 @@ a.d-toc-close {
|
|||
width: 75vw;
|
||||
max-width: 350px;
|
||||
background-color: var(--secondary);
|
||||
box-shadow: shadow("dropdown");
|
||||
box-shadow: var(--shadow-dropdown);
|
||||
z-index: z("modal", "overlay");
|
||||
transition: all 0.2s ease-in-out;
|
||||
.d-toc-main {
|
||||
|
|
Loading…
Reference in New Issue