@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
1 lines • 924 B
CSS
.dnb-number-format{speak-as:numbers;color:inherit;display:inline-block;position:relative;white-space:nowrap}.dnb-number-format .dnb-sr-only:before{content:attr(data-text)}.dnb-number-format__prefix,.dnb-number-format__suffix{white-space:normal}.dnb-number-format.dnb-anchor{cursor:pointer}.dnb-number-format--selectall{cursor:text}.dnb-number-format__visible{position:relative;z-index:2}.dnb-number-format--selected .dnb-number-format__visible{background-color:var(--color-mint-green);color:var(--color-black)}.dnb-number-format__selection{left:0;opacity:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;z-index:1}.dnb-number-format--selected .dnb-number-format__selection{-webkit-user-select:all;user-select:all;z-index:3}.dnb-number-format--monospace{font-family:var(--font-family-monospace)}.dnb-number-format.dnb-skeleton,.dnb-skeleton .dnb-number-format{-webkit-text-fill-color:var(--skeleton-color)}