Skip to content

Commit

Permalink
Make sure the bottom tabbar icon is vertically aligned with the text.
Browse files Browse the repository at this point in the history
Signed-off-by: Brokun <[email protected]>
  • Loading branch information
BroKun committed Sep 19, 2019
1 parent 5c2a24f commit 622a4ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/src/browser/style/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,14 @@
}

.p-TabBar.theia-app-centers .p-TabBar-tabIcon {
height: 15px;
height: 14px;
background-size: 13px;
background-position-y: 3px;
background-color: var(--theia-tab-icon-color);
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 13px;
-webkit-mask-position-y: 1px;
mask-repeat: no-repeat;
mask-size: 13px;
mask-position: 0 1px;
padding-right: 2px;
}

Expand Down

0 comments on commit 622a4ae

Please sign in to comment.