@shopify/polaris
Version:
Shopify’s admin product component library
30 lines (26 loc) • 648 B
CSS
.Polaris-Label_2vd36{
-webkit-tap-highlight-color:transparent;
}
.Polaris-Label--hidden_riqie{
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-Label__Text_yj3uv{
display:block;
flex:1 1 auto;
color:currentColor;
-webkit-tap-highlight-color:transparent;
}
.Polaris-Label__RequiredIndicator_1homk::after{
content:'*';
color:var(--p-color-text-critical);
margin-left:var(--p-space-100);
}