Skip to content

Commit

Permalink
improve tab rearranging UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 20, 2022
1 parent 9c89bab commit 875e693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tabby-core/src/components/splitTabDropZone.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
border-radius: 5px;
border: 1px solid rgba(255, 255, 255, .25);
transition: all 125ms cubic-bezier(0, 0, 0.2, 1);

> ::ng-deep * {
display: none !important;
}
}

&.highlighted {
Expand Down
2 changes: 1 addition & 1 deletion tabby-core/src/components/splitTabPaneLabel.component.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:host {
position: absolute;
background: rgba(255, 255, 255, .25);
background: rgba(0, 0, 0, .5);
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 875e693

Please sign in to comment.