Skip to content

Commit

Permalink
added a default color to split tab spanners
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jul 31, 2021
1 parent 4ecfcfd commit cc6cfec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tabby-core/src/components/splitTabSpanner.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
position: absolute;
z-index: 5;
transition: 0.125s background;
background: rgba(0, 0, 0, .2);

&.v {
cursor: ns-resize;
Expand Down

0 comments on commit cc6cfec

Please sign in to comment.