Friday, November 23, 2018

Active Class Does not Highlight in Bootstrap

For some reason, the Bootstrap active class was not highlighting the tab in Rails project. The workaround:

Use style='background-color: #5e5e5e' or use application helper:

style='<% active_background(account_path) %>'