Skip to content

Commit

Permalink
show .components-placeholder__fieldset only is-selected.
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Feb 23, 2024
1 parent ba535da commit 7cfd5a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/components/src/placeholder/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@
}

.components-placeholder__fieldset {
// Show only is selected.
display: none;

width: auto;

// Unset intrinsic margins.
Expand All @@ -208,6 +211,10 @@
opacity: 1;
pointer-events: auto;
}

.components-placeholder__fieldset {
display: flex;
}
}

// By painting the borders here, we enable them to be replaced by the Border control.
Expand Down

0 comments on commit 7cfd5a8

Please sign in to comment.