1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00
focalboard/mattermost-plugin/webapp/src/plugin.scss
Asaad Mahmood 35f51d2999
1112 - Updating button active state in viewHeader (#1138)
* 1112 - Updating button active state in viewHeader

* Updating UI for buttons
2021-09-02 21:22:43 +05:00

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