Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Fix rounded corners on tab separator
Browse files Browse the repository at this point in the history
Closes #881
  • Loading branch information
taravancil committed Mar 16, 2018
1 parent 5c0b2a5 commit 691c57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/stylesheets/shell-window/chrome-tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
height: 18px;
margin: 6px 0;
border-right: 1px solid @border-shell-window;
border-radius: 3px 3px 0 0;
transition: .1s background ease;
}

Expand Down Expand Up @@ -205,6 +204,7 @@
background: @background-tab--current;
border: 1px solid @border-shell-window;
border-bottom: 0;
border-radius: 3px 3px 0 0;
}

.chrome-tab-close {
Expand Down

0 comments on commit 691c57d

Please sign in to comment.