-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
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
[Bug Report] Navigation-drawer background color change #11173
Comments
We accept minimal github repo as reproduction as well |
Tried to reproduce the error but I can't. |
You can send screenshots of markup + css both for development and production, similar like in #8067 (comment) |
This comment has been minimized.
This comment has been minimized.
I solved the problem with this line on the vue.config.js file :
|
|
fixed in baeb8a6 |
Environment
Vuetify Version: 2.2.22
Vue Version: 2.6.11
Browsers: Firefox 75.0
OS: Windows 10
Steps to reproduce
Unfortunatly I can't reproduce the bug on codepen.
It's work on dev build with npm run serve, but doesn't work on production build with npm run build.
Expected Behavior
Navigation drawer with a grey background
Actual Behavior
Navigation drawer with a black background
Reproduction Link
https://codepen.io/Noreu/pen/RwWGmbR
Other comments
In production the .theme--dark.v-sheet background-color style override the .v-navigation-drawer .v-list background style and apply the the #1e1e1e color in place of inherit attribute.
I have some [mini-css-extract-plugins] error when I run build, for example :
I'm not comfortable with webpack but I view a tip wich tell to add the code above in vue.config.js :
Warnings disapears but that don't resolve the problem.
Thanks for the help !
The text was updated successfully, but these errors were encountered: