We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, When I change tabs in Dark mode, the active tab border-bottom color is not the primary color. Here's an exemple:
The .tabs-border-b-primary-500 class is overwritten by a complex sibling selector .tabs-dark .tab-group .tab-menu>:not([hidden])~:not([hidden]):
.tabs-border-b-primary-500
.tabs-dark .tab-group .tab-menu>:not([hidden])~:not([hidden])
The text was updated successfully, but these errors were encountered:
In light mode, no problem:
Sorry, something went wrong.
No branches or pull requests
Hi,
When I change tabs in Dark mode, the active tab border-bottom color is not the primary color.
Here's an exemple:
The
.tabs-border-b-primary-500
class is overwritten by a complex sibling selector.tabs-dark .tab-group .tab-menu>:not([hidden])~:not([hidden])
:The text was updated successfully, but these errors were encountered: