Merge "Update gr-dropdown list formatting"

This commit is contained in:
Becky Siegel
2017-12-19 18:11:20 +00:00
committed by Gerrit Code Review

View File

@@ -96,6 +96,7 @@ limitations under the License.
gr-date-formatter {
color: rgba(0,0,0,.54);
margin-left: 2em;
white-space: nowrap;
}
gr-select {
display: none;
@@ -105,6 +106,7 @@ limitations under the License.
dropdown content as if it is tapping whatever content is underneath it.
The next two styles allow this to happen. */
iron-dropdown {
max-width: none;
pointer-events: none;
}
paper-listbox {