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-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
transition: box-shadow 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
&::after {
|
||||||
|
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
.pagenav-secondary__list {
|
.pagenav-secondary__list {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@ -58,7 +63,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 10px;
|
top: 50px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: 0 0 6px 3px var(--color-grey-light);
|
box-shadow: 0 0 6px 3px var(--color-grey-light);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user