Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix(block-section): increased top and bottom margins on block-section…
Browse files Browse the repository at this point in the history
… label to fix focus ring overlap (#862) (#863)
  • Loading branch information
asangma authored Mar 2, 2020
1 parent e41e460 commit 3b00652
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
cursor: pointer;
display: flex;
justify-content: space-between;
margin: var(--calcite-app-cap-spacing-quarter) 0;
padding: var(--calcite-app-cap-spacing-half) 0;
user-select: none;

Expand Down
5 changes: 5 additions & 0 deletions src/demos/shell/demo-app-full-window.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,11 @@
</calcite-value-list>
<calcite-block collapsible open heading="Contextual Content" summary="Select goodness">
<calcite-block-content>
<calcite-block-section text="Cool things" toggle-display="switch">
<calcite-action text-enabled text="cool thing"></calcite-action>
<calcite-action text-enabled text="cool thing"></calcite-action>
<calcite-action text-enabled text="cool thing"></calcite-action>
</calcite-block-section>
<calcite-value-list id="one" multiple>
<calcite-value-list-item
text-label="2018 Population Density (Esri)"
Expand Down

0 comments on commit 3b00652

Please sign in to comment.