basics of drag and drop support

This commit is contained in:
Justin Palmer
2013-02-09 09:08:46 -08:00
parent d8111797ba
commit ff4e374d44
2 changed files with 31 additions and 3 deletions

View File

@@ -76,4 +76,13 @@
.tab.file-modified:hover .close-icon:before {
content: "\f081";
color: #66a6ff;
}
}
/* Drag and Drop */
.tab.is-dragging {
-webkit-box-flex: 1;
color: red;
}
sdfsdf