polaris-glints
Version:
Glints forked polaris react
34 lines (17 loc) • 1.87 kB
CSS
.Polaris-Choice_j5gzq { display: flex; justify-content: flex-start; padding: var(--p-space-1) 0; cursor: pointer; }
@media (min-width: 30.625em) { .Polaris-Choice_j5gzq { display: inline-flex; } }
.Polaris-Choice--labelHidden_14tn9 { padding: 0; }
.Polaris-Choice--labelHidden_14tn9 > .Polaris-Choice__Label_2vd36 { position: absolute ; top: 0; width: 0.0625rem ; height: 0.0625rem ; margin: 0 ; padding: 0 ; overflow: hidden ; clip-path: inset(50%) ; border: 0 ; white-space: nowrap ; }
.Polaris-Choice--labelHidden_14tn9 .Polaris-Choice__Control_1u8vs { margin-top: 0; margin-right: 0; }
.Polaris-Choice--disabled_hcuh9 { cursor: default; }
.Polaris-Choice--disabled_hcuh9 > .Polaris-Choice__Label_2vd36 { color: var(--p-text-disabled); }
.Polaris-Choice--disabled_hcuh9 > .Polaris-Choice__Label_2vd36:hover { cursor: default; }
@media (-ms-high-contrast: active) { .Polaris-Choice--disabled_hcuh9 > .Polaris-Choice__Label_2vd36 { color: grayText; } }
.Polaris-Choice__Control_1u8vs { --pc-choice-size: var(--p-choice-size); display: flex; flex: 0 0 auto; align-items: stretch; width: var(--pc-choice-size); height: var(--pc-choice-size); margin-right: var(--p-space-2); }
@media (max-width: 47.9975em) { .Polaris-Choice__Control_1u8vs { --pc-choice-size: 1.375rem; } }
.Polaris-Choice__Control_1u8vs > * { width: 100%; }
.Polaris-Choice__Label_2vd36 { -webkit-tap-highlight-color: transparent; }
.Polaris-Choice__Label_2vd36:hover { cursor: pointer; }
.Polaris-Choice__Descriptions_pp5ln { --pc-choice-size: var(--p-choice-size); padding-left: calc(var(--p-space-2) + var(--pc-choice-size)); }
@media (max-width: 47.9975em) { .Polaris-Choice__Descriptions_pp5ln { --pc-choice-size: 1.375rem; } }
.Polaris-Choice__HelpText_8qj1a { margin-bottom: var(--p-space-1); }