Skip to content

Commit

Permalink
fix(accoridon): remove unneeded card-title class (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
7185 authored and valorkin committed Jun 2, 2017
1 parent 20c7fb8 commit ba56e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accordion/accordion-group.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { AccordionComponent } from './accordion.component';
template: `
<div class="panel card" [ngClass]="panelClass">
<div class="panel-heading card-header" role="tab" (click)="toggleOpen($event)">
<div class="panel-title card-title">
<div class="panel-title">
<div role="button" class="accordion-toggle" [attr.aria-expanded]="isOpen">
<div *ngIf="heading"[ngClass]="{'text-muted': isDisabled}">{{heading}}</div>
<ng-content select="[accordion-heading]"></ng-content>
Expand Down

0 comments on commit ba56e64

Please sign in to comment.