Fix gear display and cursor

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-01 12:50:56 +02:00
parent 3686cc8c12
commit 7afa1cf283
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 10 additions and 3 deletions

View File

@ -352,11 +352,17 @@ nav[role='navigation'] {
&:active {
color: var(--color-primary-text);
.avatardiv,
#expandDisplayName {
background-color: var(--color-primary-text);
#expandDisplayName,
.avatardiv{
border-radius: 50%;
border: 2px solid var(--color-primary-text);
margin: -2px;
}
.avatardiv{
background-color: var(--color-primary-text);
}
#expandDisplayName {
opacity: 1;
}
}
@ -379,6 +385,7 @@ nav[role='navigation'] {
#expandDisplayName {
padding: 8px;
opacity: .6;
cursor: pointer;
/* full opacity for gear icon if active */
#body-settings & {