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:
Asaad Mahmood 2021-08-19 13:28:29 +05:00 committed by GitHub
parent e5692c9e7e
commit 307fee78fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}
}
}