Sarah Rambacher

Results 57 comments of Sarah Rambacher

Based on a discussion with @mcarrano @mmenestr @nicolethoen and @mcoker, we decided to: Implement a scroll variant of a chip group, which does not wrap but remains on one line...

I've tried to get scroll shadows to work with the chip group, but because of the background color of chips, I've been unable to ([codepen showing why](https://codepen.io/srambach/pen/eYMobBb)). I propose for...

After further investigation with @mcoker and @mattnolting, I got the shadows above the chips, but the shadow is misplaced when a close button is added. Using :has() this problem can...

@mmenestr @mcarrano Which way would you like the wrapping to work?

> I think inline in the second example looks good, but is there a minimum width that it should be before it just goes below? Because I feel like in...

Should the vertical line be visible on https://patternfly-pr-4850.surge.sh/components/tabs/html-demos/vertical-tabs/ ? You can (not!) see it here: https://user-images.githubusercontent.com/19825616/189410702-840a68a5-af20-447a-8798-104167553282.mp4

I'm not sure my original question was clear - I was asking about line at the smallest breakpoint, where you get hover and selection left border but they aren't connected...

@mturley thanks for your help so far on this issue. Even if the parent-child key is changed not to use the row index, having parent and child at the same...

I've put all the components with transitions currently, and all the components on the list to add animations to, into a [sheet](https://docs.google.com/spreadsheets/d/1jjm2nXvqLsObuhSZ-cbII7d22WQ98W5r1ycC9BwJCIk/edit#gid=0). The column on the right indicates whether design...

@lboehling Logic wise, I think your options are solid. I don't think you need "or any" because you could do that by putting each into a separate "or all" condition....