Skip to content

Commit

Permalink
work for #6314 fix remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Dec 24, 2024
1 parent 90df61b commit ead8ff6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/survey-creator-core/src/components/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@

.svc-list__input {
@include ctrDefaultFont;
background-color: transparent;
color: var(--ctr-list-search-text-color, $foreground-dim);
-webkit-appearance: none;
-moz-appearance: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}
.svc-property-grid-placeholder__header {
display: flex;
width: var(--ctr-property-grid-placeholder-text-max-width, 256px);
max-width: var(--ctr-property-grid-placeholder-text-max-width, 256px);
flex-direction: column;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ $tabs-width: calc(var(--ctr-menu-toolbar-button-padding-left, 8px) + var(--ctr-m

.svc-side-bar--flyout {
.svc-side-bar__shadow {
background-color: $foreground-light;
opacity: 0.75;
background-color: var(--ctr-popup-haze-background-color, $background-semitransparent);
position: absolute;
top: 0;
bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,9 @@
.svc-logic-tab__leave-apply-button {
background-color: var(--ctr-button-background-color-danger, $red);
}

.svc-logic-question-value.sd-element--with-frame {
box-shadow: var(--lbr-question-panel-shadow-offset-x, 0px) var(--lbr-question-panel-shadow-offset-y, 1px)
var(--lbr-question-panel-shadow-blur, 2px) var(--lbr-question-panel-shadow-spread, 0px)
var(--lbr-question-panel-shadow-color, rgba(0, 0, 0, 0.15));
}
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
.spg-checkbox {
.spg-question__description {
padding: 0;
padding-top: var(--ctr-checkbox-description-text-margin-top, calcSize(0.75));
padding-inline-start: var(--ctr-checkbox-description-text-margin-left, calcSize(4));
color: var(--ctr-checkbox-description-text-color, $foreground-dim-light);
}
Expand Down

0 comments on commit ead8ff6

Please sign in to comment.