Skip to content

0.21.0

Choose a tag to compare

@oli-dev0 oli-dev0 released this 06 Aug 09:23
· 9 commits to main since this release

This release cleans up Vanta Admin's CSS cascade so common controls keep the intended visual feedback across admin screens.

Changed

  • Removed overlapping and obsolete CSS from navigation, filters, forms, pagination, messages, and two-factor styles.
  • Kept the existing split stylesheet structure while consolidating duplicate rules and removing an unnecessary global link override.

Fixed

  • Fixed link hover underlines and secondary submit-button hover states that could be overridden by higher-priority rules.
  • Fixed missing light-mode hover and message colors caused by undefined theme variables.

Impact

  • Admin controls respond more consistently in light and dark mode.
  • The stylesheet is smaller and easier to maintain without changing Django admin models, permissions, URLs, or workflows.