2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Clarify custom select styles

Fixes #26281
This commit is contained in:
Mark Otto
2018-07-15 22:22:55 -07:00
committed by Mark Otto
parent 4693672cff
commit bdb6723a45
+1 -1
View File
@@ -1177,7 +1177,7 @@ Custom checkboxes and radios can also be disabled. Add the `disabled` boolean at
### Select menu
Custom `<select>` menus need only a custom class, `.custom-select` to trigger the custom styles.
Custom `<select>` menus need only a custom class, `.custom-select` to trigger the custom styles. Custom styles are limited to the `<select>`'s initial appearance and cannot modify the `<option>`s due to browser limitations.
{% capture example %}
<select class="custom-select">