Tag colors not visible on Tags screen in Dark theme

I’ve just installed MainWP Dashboard 4.4.3 and am testing the colors of the tags. After editing a tag and adding a color, in the demo it shows that the colors are also visible as a 4px left border. In the Dark theme however, this CSS is loaded:

.mainwp-ui.mainwp-custom-theme .ui.pointing.vertical.menu .item {
  border-color: var(--border-color) !important;
  color: var(--font-color);
}

And because of that !important the tag color isn’t visible.

Thanks @josklever for reporting this to us.

We will have it fixed in the next release of the Dashboard.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.