Skip to content

Commit

Permalink
Removing unused styles (#6230)
Browse files Browse the repository at this point in the history
Co-authored-by: OlgaLarina <[email protected]>
  • Loading branch information
OlgaLarina and OlgaLarina authored Dec 12, 2024
1 parent 9287e60 commit 48e7402
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 53 deletions.
Original file line number Diff line number Diff line change
@@ -1,43 +1,5 @@
@import "../../variables.scss";

.svc-property-panel__group {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
padding: calcSize(2);
border: none;
outline: none;
color: $foreground-light;
cursor: pointer;
text-align: left;
background: $background;
box-shadow: inset 0px -1px 0px $border;
font-family: $font-family;
font-size: calcSize(2);
}

.svc-property-panel__group:disabled,
.svc-property-panel__group:disabled:hover {
background-color: $background;
color: $foreground;
opacity: 0.25;
cursor: default;
}

.svc-property-panel__group:hover {
background-color: $background-dim;
color: $foreground-light;
font-weight: 400;
}

.svc-property-panel__group--active,
.svc-property-panel__group--active:hover {
color: $foreground;
font-weight: 600;
background-color: $background;
}

.svc-property-grid-placeholder {
display: flex;
padding: var(--ctr-property-grid-placeholder-padding-top, 96px)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ svc-tab-designer {
overflow-y: scroll;
position: static;
background: var(--ctr-surface-background-color, $background-dim);

.svc-text {
color: var(--ctr-surface-placeholder-text-title-color, $foreground);
}
}

.svc-tab-designer--with-place-holder .svc-tab-designer_content {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

border: calcSize(0.25) solid transparent;

.svc-text {
color: var(--ctr-survey-action-button-text-color-positive, $primary);
}

&:focus,
&:hover {
background-color: var(--ctr-survey-action-button-background-color-hovered-positive, $primary-light);
Expand Down
1 change: 0 additions & 1 deletion packages/survey-creator-core/src/entries/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ require("../components/toolbox/toolbox-animation.scss");
require("../components/side-bar/side-bar.scss");
require("../components/side-bar/tab-control.scss");
require("../property-grid-theme/property-grid.scss");
require("../utils/design.scss");
require("../utils/layout.scss");
require("../custom-questions/boolean-switch.scss");

Expand Down
6 changes: 0 additions & 6 deletions packages/survey-creator-core/src/utils/design.scss

This file was deleted.

0 comments on commit 48e7402

Please sign in to comment.