mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
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
@ -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 New Issue
Block a user