Radarr/frontend/src/Calendar/Legend/LegendIconItem.css
Mark McDowall bc9b2cd283 Refactor icons on full color calendar events
(cherry picked from commit 9884f6f282560ff2a0ea193e9306c6284cf8672c)

Closes #9646
2024-01-19 16:10:55 +02:00

11 lines
151 B
CSS

.legendIconItem {
margin-left: 6px;
}
.icon {
margin-right: 5px;
&:global(.fullColorEvents) {
filter: var(--calendarFullColorFilter)
}
}