From e136787fa428b1a86f78fb03c22e11c27e492a55 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Fri, 12 Jun 2020 02:09:40 -0400 Subject: [PATCH] Clean up page tools selectors --- resources/skins.citizen.styles/Pagetools.less | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/resources/skins.citizen.styles/Pagetools.less b/resources/skins.citizen.styles/Pagetools.less index 6ebe1bce..ef49d7af 100644 --- a/resources/skins.citizen.styles/Pagetools.less +++ b/resources/skins.citizen.styles/Pagetools.less @@ -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 {