summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMarco Collovati <mcollovati@gmail.com>2017-12-28 10:54:17 +0100
committerPekka Hyvönen <pekka@vaadin.com>2017-12-28 11:54:17 +0200
commitaa1371c84a5642c8b01603764291b746ff85f79d (patch)
treedef3745b21223ecfb3f0df9ef322e7331e6aa40e /documentation
parentb35d2ae8724b4639398b87e89034f1781bf08832 (diff)
downloadvaadin-framework-aa1371c84a5642c8b01603764291b746ff85f79d.tar.gz
vaadin-framework-aa1371c84a5642c8b01603764291b746ff85f79d.zip
Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394)
Adds v-select-option-selected class to the selected group items in CheckboxGroup and RadiobuttonGroup Fixes #3387
Diffstat (limited to 'documentation')
-rw-r--r--documentation/components/components-optiongroups.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/components/components-optiongroups.asciidoc b/documentation/components/components-optiongroups.asciidoc
index dbb8647234..bc2e261cf3 100644
--- a/documentation/components/components-optiongroups.asciidoc
+++ b/documentation/components/components-optiongroups.asciidoc
@@ -87,7 +87,8 @@ Each check box will have the [literal]#++v-checkbox++# style, borrowed from the
[classname]#CheckBox# component, and each radio button the
[literal]#++v-radiobutton++# style. Both the radio buttons and check boxes will
also have the [literal]#++v-select-option++# style that allows styling
-regardless of the option type. Disabled items have additionally the
+regardless of the option type and additionally [literal]#++v-select-option-selected++#
+when the item is selected. Disabled items have additionally the
[literal]#++v-disabled++# style.