1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +02:00

Improving theming in icons for the sidebar

This commit is contained in:
Jesús Espino 2020-10-29 18:44:56 +01:00
parent 48a067ab15
commit 4e55dc4ffb

View File

@ -90,4 +90,13 @@
cursor: pointer;
flex-grow: 1;
}
.OptionsIcon, .SubmenuTriangleIcon, .DotIcon {
fill: rgba(var(--sidebar-fg), 0.5);
}
.ShowSidebarIcon, .HamburgerIcon {
stroke: rgba(var(--sidebar-fg), 0.5);
stroke-width: 6px;
}
}