mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
Clean up page tools selectors
This commit is contained in:
parent
c9d18d06c4
commit
e136787fa4
|
@ -107,16 +107,20 @@
|
|||
margin-left: @margin-side / 2;
|
||||
float: right;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
#p-actions > nav ul {
|
||||
#p-actions {
|
||||
> ul {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media ( max-width: 500px ) {
|
||||
#p-actions > nav ul {
|
||||
right: unset;
|
||||
#p-actions {
|
||||
> ul {
|
||||
right: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -124,6 +128,21 @@
|
|||
#p-actions {
|
||||
ul {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue