fix(BOOK-325): Added refetch options to user.name query and refactored header
Approved-by: Linus Flood Approved-by: Matilda Landström
This commit is contained in:
@@ -3,16 +3,8 @@
|
||||
align-items: center;
|
||||
gap: var(--Space-x1);
|
||||
color: var(--Text-Interactive-Secondary);
|
||||
}
|
||||
|
||||
.headerLink:hover {
|
||||
color: var(--Text-Interactive-Default);
|
||||
}
|
||||
|
||||
.headerLink .icon * {
|
||||
fill: var(--Icon-Interactive-Default);
|
||||
}
|
||||
|
||||
.headerLink:hover .icon * {
|
||||
fill: var(--Icon-Interactive-Secondary);
|
||||
&:hover {
|
||||
color: var(--Text-Interactive-Default);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user