Hi,
on demo too :
choose dark theme
go calendar, create with drop-down button a shared calendar
go to de same drop-down, the selected item is "strange white color"
Here the fix (it's resoled for me i think)
on demo too :
choose dark theme
go calendar, create with drop-down button a shared calendar
go to de same drop-down, the selected item is "strange white color"
Here the fix (it's resoled for me i think)
PHP Code:
ul.dropdown-menu > li > a.active {
background-color: var(--dropdown-link-hover-bg);
color: var(--dropdown-link-hover-color);
}