File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,18 @@ PUNICA CSS > COMPONENTS : TABNAV *********************/
1111 align-items : flex-start ;
1212 border-bottom : $tabnav-border-bottom-width $main-border-style $main-secondary-bg ;
1313 padding : 0 ;
14- .#{$button-class-group } {
14+ & > .#{$button-class-group } {
1515 box-shadow : none ;
1616 border-radius : 0 ;
1717 }
18- .#{$button-class } ,
19- a .#{$button-class } ,
20- .#{$dropdown-name } .#{$button-class } ,
21- .#{$dropdown-name } a .#{$button-class } {
18+ & >.#{$button-class } ,
19+ & >.#{$button-class-group } > .#{$button-class } ,
20+ & >a .#{$button-class } ,
21+ & >.#{$button-class-group } > a .#{$button-class } ,
22+ & >.#{$dropdown-name } > .#{$button-class } ,
23+ & >.#{$button-class-group } > .#{$dropdown-name } > .#{$button-class } ,
24+ & >.#{$dropdown-name } > a .#{$button-class } ,
25+ & >.#{$button-class-group } > .#{$dropdown-name } > a .#{$button-class } {
2226 background : transparent ;
2327 border : none ;
2428 border-bottom : $tabnav-border-bottom-width solid transparent ;
You can’t perform that action at this time.
0 commit comments