1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

Fix icon colors in the sidebar

This commit is contained in:
Jesús Espino 2020-10-29 18:48:51 +01:00
parent 4e55dc4ffb
commit 7629e09eee

View File

@ -95,7 +95,7 @@
fill: rgba(var(--sidebar-fg), 0.5);
}
.ShowSidebarIcon, .HamburgerIcon {
.HideSidebarIcon {
stroke: rgba(var(--sidebar-fg), 0.5);
stroke-width: 6px;
}