-
Notifications
You must be signed in to change notification settings - Fork 1.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
Can't apply css to Tabs #443
Comments
+1 |
Same issue for me, but for Typeahead component |
What was the solution for this? I am trying to do the same - add css to the tabs and am not succeeding |
Cant add a custom class to the ul generated by ngx-bootstrap |
Hi, @anhtranqs3cate ! My solution to the problem in this issue #1698 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have custom css rules for tabs, tab handles and tab panes inside components.
Since I can't add class to
<ul>, <li>, <a>, <div class="tab-pane">
, I used external css file for that component.Unfortunately,
<ul>, <li>, <a>, <div class="tab-pane">
which is generated by directive doesn't apply the rules since the rules were added some kind of custom attribute generated by Angular due to simulate the shadow dom, but above generated doms.Please give me any solution for these.
The text was updated successfully, but these errors were encountered: