Oddbjørn Øvernes

Results 84 comments of Oddbjørn Øvernes

This sounds like something the designers should weigh in on but for now, you can always overwrite the eds `Dialog` backdrop in this slightly roundabout way: give the eds `Dialog`...

Related: #4072 ~~This happens because dropdown uses `popover` now while it did not before. Back then the Dropdown rendered inline and added more height to body so you could scroll.~~...

To add: I see we set `position: fixed` on `popover`. If I change this to absolute it will push body height automatically again. So the easiest solution for you is...

Perhaps the propstable should not be a table per se but more like aksel, or at least some layout that is easier to make responsive

I ended up getting the color variables from (src/base) typography.ts and colors.ts instead to make sure i got everything and with the correct names, and named the new file `legacy-color-override.css`

This is on hold until we have final color tokens

Initial finding: this is triggered in `u-tags` on [this](https://github.com/u-elements/u-elements/blob/f1c46819b9fa2d1dc225a7da1f3a7aafe2552952/packages/u-tags/u-tags.ts#L175) line because `nextFocus` is defined as input

After speaking to the developer of u-tags, this is intended behaviour in order to get screenreaders across all platforms to properly announce that an item was selected. They have tried...

This was resolved when switching to u-combobox

Note: good practices and fundamentals new design features lead text (ingress) at the top, this was not there in the old design. I am currently using the description field from...