[Feature Request] Option of disabling the "theme---light" classes
See original GitHub issueProblem to solve
Building a completely custom theme on top of vuetify, but would like to remove the unneeded “theme–light” classes from every item. It would be nice to disable this via a prop on the main app.
Proposed solution
<v-app :dark="false" :light="false">
...
</v-app>
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Feature request: disable core block patterns - WordPress.org
I have a request: I like block patterns,… ... Feature request: disable core block patterns ... Is this an option you might consider...
Read more >Admin actions - Django documentation
Finally, you can conditionally enable or disable actions on a per-request (and hence per-user basis) by overriding ModelAdmin.get_actions() . This returns a ...
Read more >A Complete Guide to Dark Mode on the Web - CSS-Tricks
We'll delve into different options and approaches to implementing a dark mode design and the technical considerations they entail.
Read more >Feature request: Option to disable builds on commit pushes
To enable this functionality you can navigate to “Advanced Settings” for your project and enable the “Only build pull requests” option.
Read more >WordPress. How to enable/disable the lightbox feature for ...
This tutorial will show you how to enable/disable lightbox feature for Portfolio posts in Cherry Framework template.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for the Feature Request and interest in improving Vuetify. Unfortunately this is not functionality that we are looking to implement at this time.
If you have any additional questions, please reach out to us in our Discord community.
Can we get an answer at least for @dragontheory’s question? I have the same complaint.
theme--light
classes force!important
styles all across the DOM, forcing me to override with!important!
myself… It’s not a good practice. Being able to removetheme--light
would be ideal.