Skip to content

Commit

Permalink
3rd iteration (#6324)
Browse files Browse the repository at this point in the history
* work for #6314 fix button opacity

* work for #6314 fix remarks

* work for #6314: update etalons V2

* work for #6314: update etalons V1

---------

Co-authored-by: OlgaLarina <[email protected]>
  • Loading branch information
OlgaLarina and OlgaLarina authored Dec 24, 2024
1 parent 99f713c commit 43e14a9
Show file tree
Hide file tree
Showing 43 changed files with 12 additions and 6 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 @@ -210,6 +210,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 @@ -74,17 +74,17 @@ button.spg-action-button--large {
}

.spg-action-button:disabled {
opacity: var(--ctr-library-action-button-opacity-disabled, 0.25);
opacity: var(--ctr-actionbar-button-opacity-disabled, 0.25);
pointer-events: none;
cursor: default;
}

.spg-action-button--muted {
opacity: 0.5;
opacity: var(--ctr-actionbar-button-opacity-muted, 0.5);
}

.spg-action-button:active {
opacity: 0.5;
opacity: var(--ctr-actionbar-button-opacity-pressed, 0.5);
}

.spg-action-button--text {
Expand Down
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
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
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.
Binary file modified visualRegressionTests-V2/tests/designer/etalons/pg-rate-values.png
Diff not rendered.
Binary file modified visualRegressionTests/tests/designer/etalons/pg-overlay-popup.png

0 comments on commit 43e14a9

Please sign in to comment.