Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ vi.mock("../../../visualBuilder", () => {
});

// Create a more realistic mock of the CSS modules
const cssClassMock = "go655717959"; // Match the actual generated class name
const cssClassMock = "go109692693"; // Match the actual generated class name

vi.mock("../../../visualBuilder.style", () => {
return {
Expand Down
6 changes: 3 additions & 3 deletions src/visualBuilder/visualBuilder.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export function visualBuilderStyles() {
.visual-builder__field-icon {
svg {
margin-right: 0px;
}
}
}
`,
"visual-builder__focused-toolbar__button-group": css`
Expand Down Expand Up @@ -620,6 +620,7 @@ export function visualBuilderStyles() {
`,
"visual-builder__variant-field": css`
outline: 2px solid #bd59fa;
outline-offset: -2px;
`,
"visual-builder__pseudo-editable-element": css`
z-index: 99999 !important;
Expand Down Expand Up @@ -758,7 +759,6 @@ export function visualBuilderStyles() {
align-items: center;
justify-content: center;
margin-left: 0.25rem;

`,
"visual-builder__field-location-icons-container__divider": css`
height: 32px !important;
Expand All @@ -777,7 +777,7 @@ export function visualBuilderStyles() {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
z-index: 1000;
min-width: 230px;
max-height: 250px;
Expand Down
Loading