mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-18 14:04:17 +08:00
improve tab rearranging UI
This commit is contained in:
parent
9c89bab256
commit
875e693d63
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user