Skip to content
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

Closed
anhtranqs3 opened this issue Apr 22, 2016 · 5 comments
Closed

Can't apply css to Tabs #443

anhtranqs3 opened this issue Apr 22, 2016 · 5 comments

Comments

@anhtranqs3
Copy link

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.

@lanocturne
Copy link
Contributor

+1

@johanchouquet
Copy link

Same issue for me, but for Typeahead component

@katestearns-suplari
Copy link

What was the solution for this? I am trying to do the same - add css to the tabs and am not succeeding

@smallswan399
Copy link

Cant add a custom class to the ul generated by ngx-bootstrap

@devfomichov
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants