summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
diff options
context:
space:
mode:
authorJonatan Kronqvist <jonatan.kronqvist@itmill.com>2011-04-06 11:10:46 +0000
committerJonatan Kronqvist <jonatan.kronqvist@itmill.com>2011-04-06 11:10:46 +0000
commit49f23cc10c7a18b35095183d39a98b6f4fd418b9 (patch)
treec51ee753459545a217b72658a07601688f9c9b04 /WebContent/VAADIN/themes/runo
parentc2b5723c72cf692811e3e95257194f3b7950da87 (diff)
downloadvaadin-framework-49f23cc10c7a18b35095183d39a98b6f4fd418b9.tar.gz
vaadin-framework-49f23cc10c7a18b35095183d39a98b6f4fd418b9.zip
Cleaned up #6197 - moved keyboard handling from the table body to the table rows
svn changeset:18129/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css
index c641a8c5f0..9a75cef4a6 100644
--- a/WebContent/VAADIN/themes/runo/styles.css
+++ b/WebContent/VAADIN/themes/runo/styles.css
@@ -1674,7 +1674,8 @@ div.v-progressindicator-indeterminate-disabled {
text-align: center;
}
.v-table-body:focus,
-.v-table-body-wrapper:focus {
+.v-table-body-wrapper:focus,
+tr.v-table-focus:focus {
outline: none;
}
.v-table-body.focused {
@@ -1683,6 +1684,7 @@ div.v-progressindicator-indeterminate-disabled {
.v-table-focus .v-table-cell-content {
border-top: 1px dotted #0066bd;
border-bottom: 1px dotted #0066bd;
+ outline: none;
}
/* row in column selector */
.v-on {