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 */
|
||||
#gollum-editor-help {
|
||||
clear: both;
|
||||
@@ -502,4 +516,4 @@ a#function-search { @include editor-button(16); }
|
||||
margin: 0 0 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user