forked from shadowfacts/shadowfacts.net
Change dropdown menu appearance
This commit is contained in:
parent
5ba89e0ed2
commit
8a490a362c
|
@ -301,14 +301,12 @@ figure {
|
|||
opacity: 0;
|
||||
min-width: 5rem;
|
||||
position: absolute;
|
||||
transition: all 0.5s ease;
|
||||
transition: 0.3s ease all;
|
||||
right: -1em;
|
||||
display: none;
|
||||
display: block;
|
||||
padding: 1em;
|
||||
background-color: var(--ui-background-color);
|
||||
box-shadow: 0 10px 15px -5px var(--shadow-color), // bottom
|
||||
10px 0 15px -5px var(--shadow-color), // right
|
||||
-10px 0 15px -5px var(--shadow-color); // left
|
||||
border: 1px solid var(--accent-color);
|
||||
z-index: 10;
|
||||
|
||||
li {
|
||||
|
|
Loading…
Reference in New Issue