Fix absense of visual feedback when uploading with drag-and-drop
This commit is contained in:
@@ -397,6 +397,20 @@ a#function-search { @include editor-button(16); }
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#gollum-editor-body-ace {
|
||||||
|
&.dragging {
|
||||||
|
box-shadow: 0 0 10px #AAE000;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.uploading {
|
||||||
|
opacity: 0.5;
|
||||||
|
|
||||||
|
& + div {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* @section help */
|
/* @section help */
|
||||||
#gollum-editor-help {
|
#gollum-editor-help {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|||||||
Reference in New Issue
Block a user