Commit 1c7421e
Jivin Sardine
fix: ensure .form-select in .input-group gets proper border-radius
Adds standalone .form-select to the border-radius rules in .input-group:
- In .has-validation: adds .form-select:nth-last-child(n+3) selector so
form-select not in last 3 children gets border-end-radius: 0
- Adds .form-select:not(:first-child) to the border-start-radius: 0 rule
so form-select after another element (e.g. .input-group-text) correctly
has left radius removed
Fixes issue where .input-group > .input-group-text + .form-select would
incorrectly apply full border-radius to the select element instead of
removing the shared right border-radius from the text addon.
AI-assisted contribution.1 parent 41e3253 commit 1c7421e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
0 commit comments