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:
parent
6d083c4de9
commit
9bf4827c12
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue