mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
basics of drag and drop support
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user