[Explore] Streamlined metric definitions for SQLA and Druid (#4663)

* adding streamlined metric editing

* addressing lint issues on new metrics control

* enabling druid
This commit is contained in:
Gabe Lyons
2018-03-28 17:41:29 -07:00
committed by Maxime Beauchemin
parent 7e1b6b7363
commit 68dec24542
36 changed files with 1517 additions and 45 deletions

View File

@@ -39,6 +39,10 @@
width: 100px;
}
.control-panel-section .metrics-select .Select-multi-value-wrapper .Select-input > input {
width: 300px;
}
.background-transparent {
background-color: transparent !important;
}