Clean up page tools selectors

This commit is contained in:
alistair3149 2020-06-12 02:09:40 -04:00
parent c9d18d06c4
commit e136787fa4

View file

@ -107,16 +107,20 @@
margin-left: @margin-side / 2; margin-left: @margin-side / 2;
float: right; float: right;
transform: none; transform: none;
}
#p-actions > nav ul { #p-actions {
> ul {
right: 0; right: 0;
} }
} }
} }
@media ( max-width: 500px ) { @media ( max-width: 500px ) {
#p-actions > nav ul { #p-actions {
right: unset; > ul {
right: unset;
}
} }
} }
@ -124,6 +128,21 @@
#p-actions { #p-actions {
ul { ul {
background: @dark-bg-50; background: @dark-bg-50;
a {
color: @dark-text-80 !important;
&:hover {
background-color: @dark-bg-60;
color: @dark-text-90 !important;
}
&:active,
&:focus {
color: @dark-text-100 !important;
background-color: @accent-10;
}
}
} }
&:before { &:before {