aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorPatrik Lindström <patrik@vaadin.com>2014-01-22 00:25:33 +0200
committerTeemu Suo-Anttila <teemusa@vaadin.com>2014-01-29 08:29:33 +0000
commit58443b4a45e6fbdfed860959a5114f13ba7f4662 (patch)
treedf134afea974ac253681ddbdd9e3b90238483cd1 /WebContent
parent87652c5642d70c029d9a4e6e31123dbfbc9ac040 (diff)
downloadvaadin-framework-58443b4a45e6fbdfed860959a5114f13ba7f4662.tar.gz
vaadin-framework-58443b4a45e6fbdfed860959a5114f13ba7f4662.zip
Implement TestBench4 features in debug window (#12694)
Done: - VaadinFinderLocatorStrategy returns optimal paths for any Widget selectable by it. - TestBenchSection of the Debug Window picks and clears as expected. - Debug Window no longer presents user with a widget hierarchy - Translation from VaadinFinderLocatorStrategy query strings to ElementQuery API calls (should be done in SelectorPath.java) - Make SelectorPaths change background color when hovered Change-Id: Ie122f962a319ddf560fa9ac4f6bc57f32a120f91
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/debug/debug.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/debug/debug.scss b/WebContent/VAADIN/themes/base/debug/debug.scss
index 0992f19bb9..b50245a7be 100644
--- a/WebContent/VAADIN/themes/base/debug/debug.scss
+++ b/WebContent/VAADIN/themes/base/debug/debug.scss
@@ -251,6 +251,14 @@
width: 100%;
}
+ .v-debugwindow-selector > span.value {
+ width: 100%;
+ }
+
+ .v-debugwindow-selector :hover {
+ background: rgba(255,32,32,0.5);
+ }
+
/* LOG */
.v-debugwindow-log {
font-family: monospace;