improve tab rearranging UI

This commit is contained in:
Eugene Pankov 2022-11-20 20:22:44 +01:00
parent 9c89bab256
commit 875e693d63
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
2 changed files with 5 additions and 1 deletions

View File

@ -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 {

View File

@ -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;