apalfrey / select2-bootstrap-5-theme

A Select2 v4 theme for Bootstrap 5
https://apalfrey.github.io/select2-bootstrap-5-theme/
MIT License
212 stars 48 forks source link

Minor CSS change in Bootstrap 5.2.0 #69

Open tyrex1975 opened 2 years ago

tyrex1975 commented 2 years ago

I note from the official BS blog that buttons and form inputs have been slightly modified in the latest release which affect select2-bootstrap-5-theme.

The change is to border-radius in the .select2-container--bootstrap-5 .select2-selection class. Previously the value was 0.25rem, now it is 0.375rem.

That's all, just thought I'd bring it to your attention - thank you for a great theme!

apalfrey commented 2 years ago

Thanks for letting me know! I was waiting for 5.2.0 to be released so when the next version is released, that should be sorted. However, if you were to recompile it yourself now, you should get a version that has the updated border radius

ximex commented 2 years ago

bootstrap 5.2 is already released