-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Update bootstrap.html - Changing navbar toggle icon to white #6111
Conversation
Changing the navbar toggle icon to white as is the case in other templates
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6111 +/- ##
==========================================
- Coverage 84.70% 83.88% -0.83%
==========================================
Files 296 299 +3
Lines 44320 44677 +357
==========================================
- Hits 37542 37476 -66
- Misses 6778 7201 +423
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I suspect the problem is that you have to run a command to bundle the CSS files when you want them to be reflected using |
Made the necessary changes |
Thank you @mayonnaisecolouredbenz7! |
Changing the navbar toggle icon to white as is the case in other templates.
I attempted to create the variable in the css file that the template is referring to originally bs-navbar-toggler-icon-bg. However it wasn't overriding the variable shown in the console:
So it was easier to explicitly change the background-image property in the navbar-toggler-icon class in html file