mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-23 18:34:02 +02:00
Improving theming in icons for the sidebar
This commit is contained in:
parent
48a067ab15
commit
4e55dc4ffb
@ -90,4 +90,13 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
flex-grow: 1;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user