mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
improve tab rearranging UI
This commit is contained in:
@@ -15,6 +15,10 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border: 1px solid rgba(255, 255, 255, .25);
|
border: 1px solid rgba(255, 255, 255, .25);
|
||||||
transition: all 125ms cubic-bezier(0, 0, 0.2, 1);
|
transition: all 125ms cubic-bezier(0, 0, 0.2, 1);
|
||||||
|
|
||||||
|
> ::ng-deep * {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.highlighted {
|
&.highlighted {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
:host {
|
:host {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: rgba(255, 255, 255, .25);
|
background: rgba(0, 0, 0, .5);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Reference in New Issue
Block a user