Skip to content

Commit

Permalink
#5966 Toolbox animations - fixed f-tests
Browse files Browse the repository at this point in the history
Fixes #5966
  • Loading branch information
novikov82 committed Oct 23, 2024
1 parent 409dd95 commit bdad8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@
.svc-toolbox__tool {
padding: 0px var(--ctr-toolbox-item-margin-horizontal-no-text, 0px);
align-self: flex-start;
pointer-events: all;
}
.svc-toolbox__search-button {
padding-inline-start: var(--ctr-toolbox-item-margin-horizontal-no-text, calcSize(0.5));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ svc-toolbox {
width: 100vw;
padding: var(--ctr-toolbox-padding-top, calcSize(1.5)) var(--ctr-toolbox-group-padding-right-compact, calcSize(1.5))
var(--ctr-toolbox-padding-bottom, calcSize(2)) var(--ctr-toolbox-group-padding-left-compact, calcSize(1.5));
pointer-events: none;
}
.spg-search-editor_container {
opacity: 0;
Expand Down

0 comments on commit bdad8f2

Please sign in to comment.