Lucas Larroche

Results 74 comments of Lucas Larroche
trafficstars

> Have an issue with default placement renders tooltips partially offscreen on narrow displays. @wenkm @sysmat Yes, I tried again, but I didn't have an elegant solution in pure CSS.

I like this idea too. It should probably be a separate SCSS file to be disabled. It can be more generic (not only for search, but for all inputs text):...

On which browsers have you tested this? Deleting the `viewBox` seems pretty violent. It's important to align properly the icons between each other and preserve consistency (especially as we use...

@reinerBa, Thank you for this new contribution, and sorry for the delay. ### role="group" As suggested by @yus-ham, I would prefer to use `role="group"` instead of `class="button-group"`. It seems to...

Sorry, closed by mistake

I don't have much time to investigate this issue as it seems more related to parcel. No problem for the builds with sass and the postprocessing with cleancss and postcss....

I had already thought about that, but I believe we can't do it without impacting the other labels (input text, select, etc.) The only way would be to add a...

We need `:has() `to be able to do this, but it's [not supported yet](https://caniuse.com/css-has). Example: `label:has([type="checkbox"]) { ... }`

> I find it useful if the label text for text-inputs also has a pionter , because when clicked the input gets focus. @nuxodin good point

@FranckSCTV The inputs should not have a pointer cursor, sure. Do you think it would be wrong if the input text **labels** have a cursor pointer on hover?