GH-994 - Updating color for global header menu (#1012)
* Updating color for global header menu * Updating css Co-authored-by: Jesús Espino <jespinog@gmail.com>
This commit is contained in:
parent
e5692c9e7e
commit
307fee78fc
1 changed files with 18 additions and 2 deletions
|
@ -5,6 +5,22 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.focalboard-body .feature-global-header > header {
|
||||
.focalboard-body .feature-global-header>header {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.Menu {
|
||||
a,
|
||||
button {
|
||||
color: rgba(var(--sidebar-text-rgb), 1);
|
||||
|
||||
i {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: var(--link-color-rgb);
|
||||
background: rgba(var(--center-channel-color-rgb), 0.08);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue