fix: ensure namespace detail drawer has no transparency #12
Reference in New Issue
Block a user
Delete Branch "fix/drawer-opacity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Namespace detail drawer may show transparency in certain theme conditions.
Solution
Add explicit
opacity: 1to drawer panel styles to ensure it's completely opaque in both light and dark modes.Changes
Before:
After:
Testing
npm run buildRelated
background-papervariable🤖 Generated with Claude Code