editor: disable drop draft link when there is no draft loaded
[fnpeditor.git] / src / editor / modules / mainBar / mainBar.less
index 32f18ec..8fb99a5 100644 (file)
     .bottom {
         margin-top: 8px;
     }
+
+    a.disabled {
+        color: @gray;
+
+        &:hover {
+            text-decoration: none;
+            cursor: default;
+        }
+    }
 }
\ No newline at end of file