Skip to content

Commit

Permalink
Property grid new look: fix double borders
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Sep 17, 2024
1 parent 544b98d commit 73a2d56
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $reverse-cubic-ease-out: cubic-bezier(0.32, 0, 0.67, 0);
min-width: 370px;
width: 450px;
height: 100%;
// border-inline-start: 1px solid var(--ctr-property-grid-border-color, $border);
border-inline-start: 1px solid var(--ctr-property-grid-border-color, $border);
}

.svc-side-bar__wrapper {
Expand Down Expand Up @@ -200,8 +200,6 @@ $reverse-cubic-ease-out: cubic-bezier(0.32, 0, 0.67, 0);
width: auto;
height: 100%;
background-color: var(--ctr-property-grid-form-background-color, $background-dim);
border-inline-start: 1px solid var(--ctr-property-grid-border-color, $border);
// border-inline-start: 1px solid transparent;
}

.svc-side-bar {
Expand Down

0 comments on commit 73a2d56

Please sign in to comment.