Tobias Barsnes
Tobias Barsnes
> Perhaps hard to avoid needing a wrapper. Here is how we made checkbox in equinor with 48x48 physical area, 24x24 visible area and 40x40 hover circle area https://storybook.eds.equinor.com/?path=/docs/inputs-selection-controls-checkbox--docs (inpect...
@eirikbacker suggested doing: ```css .ds-button[data-icon] :where(img, svg) { width: var(--ds-size-10); height: var(--ds-size-10); } ``` on slack. This solution has it's own drawbacks, since the svg/img has to be square here....
After #3966 we can implement this directly in www
> Hvorfor utsetter dere dette? Det har vel gått to år nå. Dere burde ihvertfall ta en beslutning om dere skal gjøre noe for å støtte noe annet enn React...
Update 2025.11.19: We had a planned team gathering, and have decided to go forward with web components 🚀 Some things are still undecided, like what components we should provide. This...
I can add this to #4010. It would add a new deployment for each release
> I can add this to [#4010](https://github.com/digdir/designsystemet/pull/4010). It would add a new deployment for each release I did not add this. But should be simple enough to add this. Making...
Hi, `Label` is classified as a "neutral" component, which means it won't change color unless you yourself add this functionality. You can read more about colors in code here: https://designsystemet.no/no/fundamentals/code/colors...
All in all, I think we should go ahead with this. I've been thinking about a type package for some time, and this makes more sense than having to install...
Hi, we'll have a look at this. And for further reference, this only applies to a [non-modal dialog](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dialog#html-only_dialog), since it does not create it's own stacking context like a modal...