1095 - Updating global menu color for plugin (#1157)
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
This commit is contained in:
parent
e9f92e9edf
commit
112b627f80
1 changed files with 6 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue