Shadow dom fixes (#241)

* Fix color picker

* Fix map panel CSS

* Convert logbook to use vaadin date picker

* Fix logbook clear date

* Migrate history panel to use vaadin date picker

* Remove pikaday

* Lint

* history panel: disable on loading
This commit is contained in:
Paulus Schoutsen
2017-03-19 21:55:52 -07:00
committed by GitHub
parent fe9b81fc67
commit 67b59f1976
7 changed files with 95 additions and 92 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"vars-on-top": 0,
"no-continue": 0,
"no-param-reassign": 0,
"no-multi-assign": 0
"no-multi-assign": 0,
"radix": 0
},
"plugins": [
"html"