Skip to content

Commit

Permalink
#6008 remove search from toolbox styles
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Nov 4, 2024
1 parent 9ac7e8b commit 639ba39
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions packages/survey-creator-core/src/components/toolbox/toolbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,38 +46,6 @@ svc-toolbox {
height: 100%;
display: flex;
flex-direction: column;
.svc-search {
background: var(--ctr-toolbox-background-color, $background-dim);
padding-top: var(--ctr-toolbox-search-padding-top, calcSize(2.5));
padding-inline-end: var(--ctr-toolbox-search-padding-right, calcSize(2));
padding-bottom: var(--ctr-toolbox-search-padding-bottom, calcSize(2.5));
padding-inline-start: var(--ctr-toolbox-search-padding-left, calcSize(3));
height: unset;

width: unset;
flex-grow: 1;
border-bottom: none;
}

.svc-search__input {
width: 0;
flex-grow: 1;
}

.svc-search__toolbar-counter {
display: none;
}

.svc-search__bar-item.sv-action-bar-item:not(.sv-action-bar-item--pressed) {
&:hover:enabled {
background-color: var(--ctr-toolbox-search-clear-button-background-color-hovered, $red-light);
border-radius: 100px;

svg use {
fill: var(--ctr-toolbox-search-clear-button-icon-color-hovered, $red);
}
}
}
}

.svc-toolbox__panel {
Expand Down

0 comments on commit 639ba39

Please sign in to comment.