mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:39:25 +08:00
revert: revert human input relevant code (#31766)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -11,12 +11,6 @@ html[data-theme="light"] {
|
||||
--color-workflow-process-bg: linear-gradient(90deg,
|
||||
rgba(200, 206, 218, 0.2) 0%,
|
||||
rgba(200, 206, 218, 0.04) 100%);
|
||||
--color-workflow-process-paused-bg: linear-gradient(90deg,
|
||||
#FFFAEB 0%,
|
||||
rgba(255, 250, 235, 0.00) 100%);
|
||||
--color-workflow-process-failed-bg: linear-gradient(90deg,
|
||||
#FEF3F2 0%,
|
||||
rgba(254, 243, 242, 0.00) 100%);
|
||||
--color-workflow-run-failed-bg: linear-gradient(98deg,
|
||||
rgba(240, 68, 56, 0.10) 0%,
|
||||
rgba(255, 255, 255, 0) 26.01%);
|
||||
@@ -81,5 +75,4 @@ html[data-theme="light"] {
|
||||
--color-billing-plan-card-enterprise-bg: linear-gradient(180deg, #03F 0%, rgba(0, 51, 255, 0.00) 100%);
|
||||
--color-knowledge-pipeline-creation-footer-bg: linear-gradient(90deg, #FCFCFD 4.89%, rgba(255, 255, 255, 0.00) 100%);
|
||||
--color-progress-bar-indeterminate-stripe: repeating-linear-gradient(-55deg, #D0D5DD, #D0D5DD 2px, transparent 2px, transparent 5px);
|
||||
--color-chat-answer-human-input-form-divider-bg: linear-gradient(0deg, rgba(16, 24, 40, 0.08) 0%, rgba(255, 255, 255, 0.00) 212.5%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user