improve tab rearranging UI

This commit is contained in:
Eugene Pankov
2022-11-20 20:22:44 +01:00
parent 9c89bab256
commit 875e693d63
2 changed files with 5 additions and 1 deletions

View File

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

View File

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