Skip to content

Commit

Permalink
fix(ui5-card): Apply focus to header properly in IE (#2050)
Browse files Browse the repository at this point in the history
FIXES: #2007
  • Loading branch information
nnaydenow committed Aug 3, 2020
1 parent 2499c56 commit 00760e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/themes/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@

.ui5-card-header .ui5-card-header-text {
flex: 1;
pointer-events: none;
}

.ui5-card-header .ui5-card-avatar {
Expand All @@ -75,6 +76,7 @@
align-items: center;
justify-content: center;
margin-right: .75rem;
pointer-events: none;
}

::slotted(ui5-icon) {
Expand Down

0 comments on commit 00760e6

Please sign in to comment.