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:
parent
48a067ab15
commit
4e55dc4ffb
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user