Commit 8bc52d45 authored by Evan W. Patton's avatar Evan W. Patton Committed by Jeffrey I. Schiller

Fix Chrome focus jumping in SourceStructureExplorer

A change in Chrome results in different behavior when focusing an
invisible element. When the list is longer than the panel, this
results in the panel scrolling-to-top. The fix applied is adapted from
[this issue](https://github.com/gwtproject/gwt/issues/9475#issuecomment-277777989)
on the GWT Github repository.

Change-Id: I8634a95077ee166f34aa265e81a7f272cbd620de
parent 8b2a23f7
...@@ -615,6 +615,11 @@ select { ...@@ -615,6 +615,11 @@ select {
font-size: 12px; font-size: 12px;
color: #555; color: #555;
cursor: default; cursor: default;
display: block !important;
}
.gwt-Tree .gwt-TreeItem-selected {
background: none;
} }
.gwt-Tree .gwt-TreeItem span { .gwt-Tree .gwt-TreeItem span {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment