Skip to content

Commit

Permalink
style(sidenav): rename class toolActived to toolActivated
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Oct 4, 2019
1 parent aa48d0c commit 54e74aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/portal/sidenav/sidenav.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<div class="app-sidenav-content">

<div #content class="app-content" [ngClass]="{toolActived: toolbox.activeTool$ | async}">
<div #content class="app-content" [ngClass]="{toolActivated: toolbox.activeTool$ | async}">

<button *ngIf="toolbox.activeTool$ | async"
id="homeButton"
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/portal/sidenav/sidenav.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ igo-panel ::ng-deep .igo-panel-content {
}


div.toolActived > igo-panel ::ng-deep > div.igo-panel-header {
div.toolActivated > igo-panel ::ng-deep > div.igo-panel-header {
left: 48px;
position: relative;
width: 350px;
Expand Down

0 comments on commit 54e74aa

Please sign in to comment.