Commit bdb6723a authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

Clarify custom select styles

Fixes #26281
parent 4693672c
Showing with 1 addition and 1 deletion
+1 -1
...@@ -1177,7 +1177,7 @@ Custom checkboxes and radios can also be disabled. Add the `disabled` boolean at ...@@ -1177,7 +1177,7 @@ Custom checkboxes and radios can also be disabled. Add the `disabled` boolean at
### Select menu ### 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 %} {% capture example %}
<select class="custom-select"> <select class="custom-select">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment