Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Resolving Card action bar still visable after hiding with *ngIf #1421
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-conorwright committed Mar 7, 2018
1 parent c98f349 commit 3f4222e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/modules/card/card-actions.component.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import "../../scss/mixins";

:host {
display: block;
@include sky-border(light, top);
padding: $sky-padding-3_4 0;
}
1 change: 1 addition & 0 deletions src/modules/card/card-actions.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Component } from '@angular/core';

@Component({
selector: 'sky-card-actions',
styleUrls: ['./card-actions.component.scss'],
templateUrl: '../shared/simple-content.html'
})
export class SkyCardActionsComponent { }
2 changes: 0 additions & 2 deletions src/modules/card/card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@
}

.sky-card-actions {
@include sky-border(light, top);
bottom: 0;
flex-shrink: 0;
padding: $sky-padding-3_4 0;
text-align: center;

.sky-context-menu-btn {
Expand Down

0 comments on commit 3f4222e

Please sign in to comment.