Matteu
Matteu
hello! can I take a crack at this? Thanks :)
@19shivii it says in the docs that the [tooltip component is deprecated](https://primer.style/css/components/tooltips), so I don't think it's going to receive fixes anytime soon :
I don't think this is the correct repo for this? I think what you're looking for this the [Primer React repository](https://github.com/primer/react).
PS: Sorry about the branch name, it was meant to be `.Box-row` corner radius fix. Really sleepy rn lol
> Hmm.. I wonder if we even need these border radii because the `Box` class already comes with rounded corners? 🤔 If the `Box` class happens to have `overflow: hidden;`...
@simurai does the testing take this long? the test still isn't finished for some reason
@simurai I'll try to find a fix for this. brb
@simurai YO! It's been a while, I've resorted to just use the overflow method I've mentioned before: > If the Box class happens to have overflow: hidden; then it shouldn't...
@simurai I may have found a fix that doesn't use `overflow: hidden;`. I added this code in the `.Box` selector: ```scss *:not(:first-child), *:not(:last-child), *:not(:only-child) { .Box-row { &:first-child { --box-row-top-left-radius:...
Hello I was wondering if there's an update with the approval of this pr? thanks :>