From 50d9633851f3667a3d9f5b062d05fec4c0211aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 10 Jun 2016 13:50:35 +0200 Subject: [PATCH] Enhancement #4339: Improve drag and drop style and visualization --- app/styles/modules/wiki/wiki-nav.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/styles/modules/wiki/wiki-nav.scss b/app/styles/modules/wiki/wiki-nav.scss index 7765495c..c19ee691 100644 --- a/app/styles/modules/wiki/wiki-nav.scss +++ b/app/styles/modules/wiki/wiki-nav.scss @@ -2,6 +2,7 @@ @include font-type(text); align-items: center; border-bottom: 1px solid $gray-light; + cursor: move; display: flex; justify-content: space-between; padding: 1rem 0; @@ -14,6 +15,7 @@ transition-delay: .2s; } .dragger { + cursor: move; fill: $gray-light; opacity: 1; transition: opacity .2s linear; @@ -21,7 +23,11 @@ } } .dragger { + margin-right: .5rem; opacity: 0; + svg { + @include svg-size(.9rem); + } } .remove-wiki-page { opacity: 0;