mirror of
https://github.com/bendtherules/chart-builder-demo.git
synced 2026-08-18 13:42:05 +00:00
Better dnd box
This commit is contained in:
+1
-1
@@ -1,7 +1,6 @@
|
|||||||
Left to do
|
Left to do
|
||||||
==========
|
==========
|
||||||
|
|
||||||
2. Use better DnD logic and make it directive - better logic for draggable
|
|
||||||
4. Fix pie label position logic
|
4. Fix pie label position logic
|
||||||
3. clean up css file
|
3. clean up css file
|
||||||
|
|
||||||
@@ -9,6 +8,7 @@ Done
|
|||||||
-----
|
-----
|
||||||
-- 1. Make d3-tip a service
|
-- 1. Make d3-tip a service
|
||||||
-- 3. Move d3 and other src files to chart directive [Not possible directly]
|
-- 3. Move d3 and other src files to chart directive [Not possible directly]
|
||||||
|
-- 5. better looking dnd boxes
|
||||||
|
|
||||||
Think later
|
Think later
|
||||||
============
|
============
|
||||||
|
|||||||
@@ -124,3 +124,10 @@ ul.unstyled-list
|
|||||||
{
|
{
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li[draggable] {
|
||||||
|
background-color: darkcyan;
|
||||||
|
color: white;
|
||||||
|
padding: .25em .5em;
|
||||||
|
margin: .5em 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user