display secondary pageactions list below the elipsis
This commit is contained in:
parent
043de053d5
commit
13a19e91fb
@ -45,9 +45,14 @@
|
||||
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
transition: box-shadow 0.2s ease;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&::after {
|
||||
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.pagenav-secondary__list {
|
||||
display: block;
|
||||
}
|
||||
@ -58,7 +63,7 @@
|
||||
position: absolute;
|
||||
display: none;
|
||||
left: 0;
|
||||
top: 10px;
|
||||
top: 50px;
|
||||
width: 250px;
|
||||
background-color: white;
|
||||
box-shadow: 0 0 6px 3px var(--color-grey-light);
|
||||
|
||||
Reference in New Issue
Block a user