Replies: 1 comment 1 reply
-
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity If you don't want to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm learning how to use Vue and Vuetify, and I'm not being able to overwrite components CSS classes. I was wondering if it's something that I done wrong, like a project configuration.
In the example below I have a
v-app-bar
and I want to make myv-tab
text color white when active or inactive.https://github.com/strokesws/app-market-vue/blob/dev/src/components/HeaderBanner.vue
I really don't want to use
!important
like I did for thebackground-color
.Sorry if I'm posting this in the wrong place - quite new to GitHub community.
Beta Was this translation helpful? Give feedback.
All reactions