Skip to content

Commit

Permalink
fix: tab top border should appear with window header
Browse files Browse the repository at this point in the history
  • Loading branch information
codipodi committed Mar 15, 2021
1 parent 3cdb6ba commit da809ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ $tab-bg-inactive-hover: #3e4146;
transition: background-color 0s;
background-color: $tab-bg;
border-left-style: solid;
border-top-style: solid;
border-top-width: 1px;
}

.tab_tab.tab_active + .tab_tab {
border-left-style: solid;
}

.header_windowHeader + .tabs_nav .tab_tab.tab_active {
border-top-style: solid;
border-top-width: 1px;
}

.header_windowHeader + .tabs_nav .tab_tab.tab_firstActive {
border-left-style: none;
}

0 comments on commit da809ef

Please sign in to comment.