Skip to content

Commit

Permalink
update sizing on indeterminate indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
khamudom committed Sep 1, 2020
1 parent b48a74c commit 2ca6da7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/web-components/src/checkbox/checkbox.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ export const CheckboxStyles = css`
border-radius: calc(var(--corner-radius) * 1px);
background: ${neutralForegroundRestBehavior.var};
position: absolute;
top: 25%;
right: 25%;
bottom: 25%;
left: 25%;
top: 50%;
left: 50%;
width: 50%;
height: 50%;
transform: translate(-50%, -50%);
opacity: 0;
}
Expand Down

0 comments on commit 2ca6da7

Please sign in to comment.