Skip to content

Commit

Permalink
fix(styles): card header non-interactive outline (#3171)
Browse files Browse the repository at this point in the history
* fix: card header non-interactive outline

* chore(styles): trigger chromatic [ci visual]

Co-authored-by: droshev <mladen.droshev@sap.com>
  • Loading branch information
platon-rov and droshev committed Feb 10, 2022
1 parent da65233 commit 50fd2cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ $fd-card-header-outline-offset: 0.0625rem !default;
&__header {
@include fd-reset();
@include fd-flex();
@include fake-card-outline();

&:not(.#{$block}__header--non-interactive) {
@include fake-card-outline();
}

padding: 1rem;
background: $fd-card-default-body-background-color;
Expand Down

0 comments on commit 50fd2cf

Please sign in to comment.