1095 - Updating global menu color for plugin (#1157)

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
This commit is contained in:
Asaad Mahmood 2021-09-10 15:30:47 +05:00 committed by GitHub
parent e9f92e9edf
commit 112b627f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,17 +11,16 @@
.Menu {
position: unset;
min-width: unset;
a,
button {
color: rgba(var(--center-channel-text-rgb), 1);
i {
color: var(--link-color-rgb);
}
a, button {
color: inherit;
&:hover {
color: var(--link-color-rgb);
background: rgba(var(--center-channel-color-rgb), 0.08);
div {
color: var(--link-color-rgb);
}
}
}
}