Add a ColorPickerControl (#3653)

* Add a ColorPickerControl

* Tests
This commit is contained in:
Maxime Beauchemin
2017-10-15 23:38:38 -07:00
committed by GitHub
parent bad6938d1a
commit d0b5b449b2
8 changed files with 177 additions and 2 deletions

View File

@@ -113,3 +113,11 @@
.list-group {
margin-bottom: 10px;
}
.color-popover.popover {
border: none;
background-color: transparent;
}
.color-popover .popover-content {
padding: 0;
background-color: transparent;
}