Skip to content

Commit 8f260f8

Browse files
authored
fix(ui5-card): remove header outline (#1891)
1 parent 42a6627 commit 8f260f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/themes/Card.css

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
background: var(--sapTile_Background);
2727
border-bottom: 1px solid var(--_ui5_card_header_border_color);
2828
padding: var(--_ui5_card_content_padding);
29+
outline: none;
2930
}
3031

3132
/* Card with no content */

0 commit comments

Comments
 (0)