-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added css psuedo classes for checked and hover option states"
- Loading branch information
1 parent
db3f5ed
commit 2beea2e
Showing
2 changed files
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
examples: | ||
|
||
rails: | ||
- select_default: Default | ||
- select_blank: Blank Selection Text | ||
- select_disabled_options: Disabled Options | ||
- select_disabled: Disabled Select Field | ||
- select_required: Required Select Field | ||
- select_value_text_same: Equal option value and value text | ||
- select_custom_select: Custom Select | ||
- select_error: Select w/ Error | ||
- select_inline: Select Inline | ||
- select_inline_compact: Select Inline Compact | ||
# - select_default: Default | ||
# - select_blank: Blank Selection Text | ||
# - select_disabled_options: Disabled Options | ||
# - select_disabled: Disabled Select Field | ||
# - select_required: Required Select Field | ||
# - select_value_text_same: Equal option value and value text | ||
# - select_custom_select: Custom Select | ||
# - select_error: Select w/ Error | ||
# - select_inline: Select Inline | ||
# - select_inline_compact: Select Inline Compact | ||
- select_multiple: Select Multiple | ||
|
||
|
||
|
||
react: | ||
- select_default: Default | ||
- select_blank: Blank Selection Text | ||
- select_disabled_options: Disabled Options | ||
- select_disabled: Disabled Select Field | ||
- select_required: Required Select Field | ||
- select_value_text_same: Equal option value and value text | ||
- select_custom_select: Custom Select | ||
- select_error: Select w/ Error | ||
- select_inline: Select Inline | ||
- select_inline_compact: Select Inline Compact | ||
# - select_default: Default | ||
# - select_blank: Blank Selection Text | ||
# - select_disabled_options: Disabled Options | ||
# - select_disabled: Disabled Select Field | ||
# - select_required: Required Select Field | ||
# - select_value_text_same: Equal option value and value text | ||
# - select_custom_select: Custom Select | ||
# - select_error: Select w/ Error | ||
# - select_inline: Select Inline | ||
# - select_inline_compact: Select Inline Compact | ||
- select_multiple: Select Multiple |