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

Commit

Permalink
add borders back to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Sep 29, 2016
1 parent 7d7db0f commit 2944cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/stylesheets/shell-window/chrome-tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
position: relative;
padding: 0 18px 0 10px;
height: 35px;
border-bottom: 1px solid #c5c5c5;
}

.chrome-tabs {
Expand All @@ -22,6 +23,7 @@
z-index: 1;
-webkit-app-region: no-drag;
transition: .1s transform;
border-left: 1px solid #c5c5c5;

.chrome-tab-favicon {
height: 16px;
Expand Down Expand Up @@ -104,7 +106,6 @@
&.chrome-tab-current {
z-index: 999;
background-color: #f5f5f5;
height: 36px; // bleed over the border
}

&.chrome-tab-add-btn {
Expand Down
1 change: 1 addition & 0 deletions app/stylesheets/shell-window/toolbar-actions.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
padding: 5px 4px 4px 2px;
margin: 0;
background: #f5f5f5;
border-bottom: 1px solid #c5c5c5;

&.hidden {
display: none;
Expand Down

0 comments on commit 2944cec

Please sign in to comment.