question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Option of disabling the "theme---light" classes

See original GitHub issue

Problem 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:closed
  • Created 4 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

33reactions
johnleidercommented, May 1, 2019

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.

17reactions
tryforcefulcommented, Feb 11, 2020

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 remove theme--light would be ideal.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found