diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-03-06 15:51:56 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-03-09 09:06:59 +0000 |
commit | dee8a04d16f01ed062920913a251f0fd371c5b32 (patch) | |
tree | 5f28446c5d8efb537c13048931bf38d6177bac21 /WebContent | |
parent | b3684f5a1aee5fab2f3bdb6c77305151fc0f91a3 (diff) | |
download | vaadin-framework-dee8a04d16f01ed062920913a251f0fd371c5b32.tar.gz vaadin-framework-dee8a04d16f01ed062920913a251f0fd371c5b32.zip |
Fix regression for Table selection and checkbox issue (#17064)
Converts the old TB2 test for the issue to TB4 as well.
Change-Id: I76a37d836a55102221aa63e75f7ab605769bc0b9
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/table/table.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/table/table.scss b/WebContent/VAADIN/themes/base/table/table.scss index f500d2f12a..22ffdffa4d 100644 --- a/WebContent/VAADIN/themes/base/table/table.scss +++ b/WebContent/VAADIN/themes/base/table/table.scss @@ -247,6 +247,12 @@ .v-off { color: #ddd; } + +/* CheckBox and selection fix #9064 */ +.#{$primaryStyleName} .v-checkbox { + display: inline-block; +} + /************************************* * Drag'n'drop styles *************************************/ |