Skip to content

Commit

Permalink
fix(ui5-tabcontainer): fix box-shadow (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid committed Jun 19, 2020
1 parent 58f3f43 commit 42998c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/main/src/themes/TabContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
align-items: center;
height: var(--_ui5_tc_header_height);
background-color: var(--sapObjectHeader_Background);
border-bottom: var(--_ui5_tc_header_border_bottom);
box-shadow: var(--_ui5_tc_header_box_shadow);
box-shadow: var(--sapContent_HeaderShadow);
box-sizing: border-box;
}

Expand Down

0 comments on commit 42998c7

Please sign in to comment.