Fix visual keyboard tab feedback for avatar / settings icon in header

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-07-20 12:17:48 +02:00
parent 6d083c4de9
commit 9bf4827c12
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 1 additions and 5 deletions

View File

@ -348,17 +348,13 @@ nav[role='navigation'] {
opacity: 1; /* override icon opacity */
padding-right: 12px;
img {
opacity: .7;
margin-bottom: -2px;
}
&:hover,
&:focus,
&:active {
color: var(--color-primary-text);
img, #expandDisplayName {
opacity: 1;
opacity: .57 !important;
}
}