Add delete strike overlay and bump Harbor versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const HARBOR_VERSIONS = Object.freeze({
|
||||
macClient: '0.6.11',
|
||||
gatewayClient: '0.6.10',
|
||||
macClient: '0.6.12',
|
||||
gatewayClient: '0.6.11',
|
||||
gatewayBackend: '0.6.0',
|
||||
});
|
||||
|
||||
|
||||
@@ -986,6 +986,15 @@ p {
|
||||
filter: drop-shadow(0 0 3px oklch(0.68 0.15 28 / 0.38));
|
||||
}
|
||||
|
||||
.client-delete-strike::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 32% 0;
|
||||
background: oklch(0.68 0.15 28 / 0.32);
|
||||
clip-path: polygon(0 46%, 20% 8%, 100% 50%, 20% 92%, 0 54%);
|
||||
filter: blur(3px);
|
||||
}
|
||||
|
||||
.client-deletable-row.is-removing > .client-delete-strike {
|
||||
animation: client-delete-strike 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user