Nested css with component style not working #13349
Unanswered
Akshay-pal
asked this question in
Help
Replies: 1 comment
-
Hi @Akshay-pal could you provide a repository that shows what you are trying to do? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
I am using restrape tabs and I want different style on which tab that has only .active class but scoped style not working, I am getting stuck in this situation.Here is simple scss code for active tab.
.nav_item{
width: 50%;
a.active{
color: #ffffff;
background-color: #467c9c !important;
border-color: #dee2e6 #dee2e6 #fff;
padding: 15px 15px;
text-align: center;
}
}
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
It should work with active tab that must have different styles that was added on scoped style.
Additional context
Pls suggest me what should I do. I am trying to resolve since 2-3 days but still not got any solution.
Beta Was this translation helpful? Give feedback.
All reactions