UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: заливка перенесенной карточки внутреннего контура

This commit is contained in:
DCCONSTRUCTIONS
2026-04-24 15:49:20 +03:00
parent eff71d7258
commit b3c6b37399
4 changed files with 62 additions and 12 deletions
+25
View File
@@ -190,6 +190,31 @@
}
}
@keyframes nodedcDropFillHighlight {
0%,
72% {
background-color: rgb(var(--nodedc-card-active-rgb));
color: rgb(var(--nodedc-on-card-active-rgb));
}
100% {
background-color: rgb(var(--nodedc-card-passive-rgb));
color: rgb(var(--nodedc-on-card-passive-rgb));
}
}
[data-card-variant="internal-contour"].nodedc-drop-fill-highlight {
border: 0 !important;
outline: none !important;
box-shadow: none !important;
}
[data-card-variant="internal-contour"].nodedc-drop-fill-highlight .nodedc-work-item-card {
border: 0 !important;
outline: none !important;
box-shadow: none !important;
animation: nodedcDropFillHighlight 1.6s ease-out;
}
/* Progress Bar Styles */
:root {
--bprogress-color: var(--background-color-accent-primary);