Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Creator v2.0: Issues #6105

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f92c732
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 15, 2024
1f78494
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 15, 2024
516e841
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 18, 2024
3153765
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 19, 2024
93a48d8
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 20, 2024
d714185
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 21, 2024
a01fbea
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 21, 2024
8dd304a
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 25, 2024
628d792
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 25, 2024
77057b3
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 25, 2024
e83179b
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 25, 2024
d9b6b05
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 25, 2024
1127e6a
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 25, 2024
dac57a8
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 26, 2024
1c195b9
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 26, 2024
e6a493c
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 26, 2024
9a9461b
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 26, 2024
b979175
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 26, 2024
18f9605
Merge branch 'master' into feature/private-398-creator-2-issues
dmitry-kurmanov Nov 26, 2024
90e374e
work for the https://github.com/surveyjs/private-tasks/issues/398
dmitry-kurmanov Nov 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/survey-creator-core/src/components/question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -613,14 +613,14 @@ svc-question {
.svc-dragged-element-shortcut {
//min-width: 100px;
height: auto;
border-radius: calcSize(12.5);
background-color: var(--ctr-toolbox-item-background-color-hovered, $background);
border-radius: var(--ctr-toolbox-item-corner-radius, calcSize(12.5));
background-color: var(--ctr-toolbox-item-background-color-floating, $background);
color: var(--ctr-toolbox-item-text-color-hovered, $foreground);
padding: calcSize(1.5) calcSize(2);
cursor: grabbing;
position: absolute;
z-index: 1000;
box-shadow: $shadow-large;
box-shadow: var(--ctr-toolbox-item-shadow-floating-1-offset-x, 0px) var(--ctr-toolbox-item-shadow-floating-1-offset-y, 8px) var(--ctr-toolbox-item-shadow-floating-1-blur, 16px) var(--ctr-toolbox-item-shadow-floating-1-spread, 0px) var(--ctr-toolbox-item-shadow-floating-1-color, rgba(0, 76, 68, 0.10)), var(--ctr-toolbox-item-shadow-floating-2-offset-x, 0px) var(--ctr-toolbox-item-shadow-floating-2-offset-y, 16px) var(--ctr-toolbox-item-shadow-floating-2-blur, 32px) var(--ctr-toolbox-item-shadow-floating-2-spread, 0px) var(--ctr-toolbox-item-shadow-floating-2-color, var(--ctr-shadow-large-color, rgba(0, 0, 0, 0.10)));
@include disableUserSelect;
//max-width: 500px;
overflow: hidden;
Expand Down
10 changes: 10 additions & 0 deletions packages/survey-creator-core/src/components/tabs/translation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
.spg-table__question-wrapper {
@include ctrDefaultFont;
padding: calcSize(1.5) calcSize(1);
color: var(--ctr-checkbox-text-color, $foreground-dim);

.spg-checkbox {
margin: 0;
Expand All @@ -56,6 +57,15 @@
}
}
}

.spg-matrixdynamic__dragged-row {
@include ctrDefaultFont;
color: var(--ctr-checkbox-text-color, $foreground-dim);

.spg-table__cell:nth-child(3) {
flex: 1;
}
}
}

.st-content {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading