mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
35f51d2999
* 1112 - Updating button active state in viewHeader * Updating UI for buttons
29 lines
591 B
SCSS
29 lines
591 B
SCSS
.channel-header__icon .LogoIcon {
|
|
height: 24px;
|
|
font-size: 16px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.focalboard-body .feature-global-header>header {
|
|
z-index: 1000;
|
|
|
|
.Menu {
|
|
position: unset;
|
|
min-width: unset;
|
|
a,
|
|
button {
|
|
color: rgba(var(--center-channel-text-rgb), 1);
|
|
|
|
i {
|
|
color: var(--link-color-rgb);
|
|
}
|
|
|
|
&:hover {
|
|
color: var(--link-color-rgb);
|
|
background: rgba(var(--center-channel-color-rgb), 0.08);
|
|
}
|
|
}
|
|
}
|
|
}
|