Louis-Maxime Piton

Results 59 issues of Louis-Maxime Piton

Fixes #32800. Here is a proposal for floating labels in textareas. ### Solution Patchwork of many comments/solution wrote in #32800. I tried to not add an extra class but it...

css

Should fix #32949. ### Solution Use `shift-color` instead of `shade-color` or `tint-color`. Adjust the Sass variables. ### Checks - Couldn't spot any visual change on doc ### Need feedback Do...

css

Fixes #33913. Based on ffoodd's idea. ### [Live preview](https://deploy-preview-37084--twbs-bootstrap.netlify.app/docs/5.2/content/tables/) ### Solutions Commits can be split. - To allows `.active` on hoverables rows, I tried to implement https://github.com/twbs/bootstrap/issues/33913#issuecomment-841229905. The main issue...

css
v5

Fixes #37010. Couldn't spot any breaking change in the [example page](https://deploy-preview-37018--twbs-bootstrap.netlify.app/docs/5.3/components/card/), but I haven't dig deeper. ### Solution Make the inner `border-radius` management universal inside the `.card`. Leads to remove...

css
v5

### Description Make use of `--bs-link-decoration` and `--bs-link-hover-decoration` in Bootstrap. ### Motivation & Context More flexible for Bootstrap users. ### Type of changes - [ ] Bug fix (non-breaking change...

css
v5

### Description Re introduce v4 selectors. Adapt the selectors accordingly so we can support `.table > tr > td`. Question that need to be answered: - Is that fine supporting...

css
v5

### Description Set the background and color on the table itself so it avoids nesting. Added for every cell a cascade if the `--bs-table-color/bg` is redefined. If not, every cell...

css
v5

### Description Refactoring of the examples to have a more consistent UX. Fixes some small issues and particularly the border-radius issues. ### Motivation & Context Ease the CSS associated to...

docs
v5

### Description Add a `max-width` to label inside Floating labels. Reverting and upgrading a change inside #38313. ### Motivation & Context Issue described in #39080. ### Type of changes -...

css
v5

### Description Add a `{{ skip (.*) }}{{ /skip }}` tags to our example to change the displayed code from the executed code. I couldn't think about it using native...

docs
v5