Skip to content

Commit 1aa9ca9

Browse files
committed
fix: adding outset value of -2px
1 parent 13ace62 commit 1aa9ca9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/visualBuilder/visualBuilder.style.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export function visualBuilderStyles() {
450450
.visual-builder__field-icon {
451451
svg {
452452
margin-right: 0px;
453-
}
453+
}
454454
}
455455
`,
456456
"visual-builder__focused-toolbar__button-group": css`
@@ -620,6 +620,7 @@ export function visualBuilderStyles() {
620620
`,
621621
"visual-builder__variant-field": css`
622622
outline: 2px solid #bd59fa;
623+
outline-offset: -2px;
623624
`,
624625
"visual-builder__pseudo-editable-element": css`
625626
z-index: 99999 !important;
@@ -758,7 +759,6 @@ export function visualBuilderStyles() {
758759
align-items: center;
759760
justify-content: center;
760761
margin-left: 0.25rem;
761-
762762
`,
763763
"visual-builder__field-location-icons-container__divider": css`
764764
height: 32px !important;
@@ -777,7 +777,7 @@ export function visualBuilderStyles() {
777777
background: #fff;
778778
border: 1px solid #e0e0e0;
779779
border-radius: 8px;
780-
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
780+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
781781
z-index: 1000;
782782
min-width: 230px;
783783
max-height: 250px;

0 commit comments

Comments
 (0)