Skip to content

Commit

Permalink
fix(ui5-card): remove header outline (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored Jul 1, 2020
1 parent 42a6627 commit 8f260f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
background: var(--sapTile_Background);
border-bottom: 1px solid var(--_ui5_card_header_border_color);
padding: var(--_ui5_card_content_padding);
outline: none;
}

/* Card with no content */
Expand Down

0 comments on commit 8f260f8

Please sign in to comment.