Use CheckboxBlankCircleOutline if calendar is disabled #4005
Labels
4. to release
Ready to be released and/or waiting for tests to finish
design
Related to design, interface, interaction design, UX, etc.
enhancement
New feature request
regression
Regression of a previous working feature
Is your feature request related to a problem? Please describe.
After #3960 when a calendar is disabled, only the color of the icon-bullet is changed to
var(--color-text-lighter)
. This makes it not obvious that the calendar is disabled, because it's just a different color. If you happen to have calendars with a similar color, or have a color-impaired vision, you are a bit lost.See here for example:
Describe the solution you'd like
Use a different icon for disabled calendars:
CheckboxBlankCircleOutline
herecalendar/src/components/AppNavigation/CalendarList/CalendarListItem.vue
Lines 33 to 36 in b9576fc
This would solve the problem:
Describe alternatives you've considered
No response
Additional context
No response
@JuliaKirschenheuter @nimishavijay For the design here.
The text was updated successfully, but these errors were encountered: