Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.9k
Text colour of Disabled tab could be lighter.#6184
-
Can we make the default text colour ofDisabled Tab bit more lighter? Here is the screenshot from thedocumentation page |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments 10 replies
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
You're probably right, but this is more of an upstream issue. You can also modify the color in your project easily if you're using SCSS. (also glad to see people are using the new Discussions Section) |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks a lot for your reply. I would love to open an issue and contribute. I have actually downloaded from the project Github repo at my local but cannot run it. The contribution doc says I need yarn which I don't have. I however, have npm. How can I run the dev server and run the project using npm? Please help. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Which repo do you refer to? Bootstrap or BootstrapVue? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Bootstrapvue. This one:https://github.com/bootstrap-vue/bootstrap-vue. |
BetaWas this translation helpful?Give feedback.
All reactions
-
While But i do recommend you to install yarn, there isn't much difference syntax wise to NPM, and some scripts are based around them. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1🎉 1
-
Thanks again! In fact I want to use Yarn as well, but wondering whether installing Yarn globally could have any conflict with npm since it has been installed globally as well. I Googled but could not get a suitable answer to it. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
These variables are defined in Bootstraps BootstrapVue has some custom SCSS variables, which are contained in it's own |
BetaWas this translation helpful?Give feedback.
All reactions
-
Just be aware that the specific variable |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
If I have understood correctly, if I want this colour to change, I need to work on Bootstrap v4 repo and submit a PR there. If it is accepted, BootstrapVue will automatically be updated as well since it is fetching these variables directly from Bootstrap? Becausehttps://github.com/twbs/bootstrap/blob/v4.5.2/scss/_variables.scss has |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Basically, yes. However, SCSS allows you to change it freely in your own project without submitting any PRs to Bootstrap. You can read more info on the docs on how to use SCSS in your own project: Additional info on theming:https://getbootstrap.com/docs/4.5/getting-started/theming/ |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you for you help! I have created a feature request at Bootstraphere |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1