Skip to content

Commit

Permalink
SHIBUI-1519 removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 8, 2019
1 parent 950ad74 commit b63747b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<ng-container *ngFor="let section of configuration.sections; let i = index;">
<section class="mb-4 config-section-list-item" *ngIf="section && section.properties && section.properties.length">
<div class="config-group">
<div class="numbered-header d-flex justify-content-start bg-light align-items-center"
ngClass="{'bg-danger': !section.differences}">
<div class="numbered-header d-flex justify-content-start bg-light align-items-center">
<h2 class="title h4 m-0 flex-grow-1">
<span *ngIf="numbered"
class="d-inline-block px-2 py-1 mb-0 h4 number border border-secondary bg-white rounded-lg">
Expand Down

0 comments on commit b63747b

Please sign in to comment.