From f79c750d407ad1dfe8a35ca7dde0a3aae0772112 Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Tue, 29 Mar 2016 10:23:54 +0200 Subject: [PATCH 1/4] fix move shape and add grey version --- src/scss/cdb-components/shapes/move.scss | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/scss/cdb-components/shapes/move.scss b/src/scss/cdb-components/shapes/move.scss index db5a45f..3cde123 100644 --- a/src/scss/cdb-components/shapes/move.scss +++ b/src/scss/cdb-components/shapes/move.scss @@ -23,6 +23,15 @@ Description +
+
+
+
+
+
+
+
+
@@ -55,6 +64,15 @@ Description
+
+
+
+
+
+
+
+
+
@@ -77,6 +95,7 @@ Description padding: 3px 0 0 1px; .CDB-Shape-MoveItem { + height: 2px; margin-bottom: 2px; &::before { @@ -92,6 +111,7 @@ Description } .CDB-Shape-MoveItem { + height: 3px; margin-bottom: 3px; &:last-child { @@ -128,3 +148,10 @@ Description background: $cWhite; } } + +.CDB-Shape-MoveItem.is-grey { + &::before, + &::after { + background: $cHoverLine; + } +} From d247d29120bf57a45f572c070054d8abf29ff54a Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Tue, 29 Mar 2016 10:34:32 +0200 Subject: [PATCH 2/4] fix CR --- src/scss/cdb-components/shapes/move.scss | 78 ++++++++++++------------ 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/src/scss/cdb-components/shapes/move.scss b/src/scss/cdb-components/shapes/move.scss index 3cde123..1d6c720 100644 --- a/src/scss/cdb-components/shapes/move.scss +++ b/src/scss/cdb-components/shapes/move.scss @@ -7,37 +7,37 @@ Description

16px

-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
@@ -48,37 +48,37 @@ Description

12px

-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
@@ -87,14 +87,14 @@ Description @import '../../cdb-variables/colors'; -.CDB-Shape-Move { +.CDB-Shape-move { padding: 1px 0 0; } -.CDB-Shape-Move.is-small { +.CDB-Shape-move.is-small { padding: 3px 0 0 1px; - .CDB-Shape-MoveItem { + .CDB-Shape-moveItem { height: 2px; margin-bottom: 2px; @@ -110,7 +110,7 @@ Description } } -.CDB-Shape-MoveItem { +.CDB-Shape-moveItem { height: 3px; margin-bottom: 3px; @@ -135,21 +135,21 @@ Description } } -.CDB-Shape-MoveItem.is-blue { +.CDB-Shape-moveItem--blue { &::before, &::after { background: $cBlue; } } -.CDB-Shape-MoveItem.is-white { +.CDB-Shape-moveItem--white { &::before, &::after { background: $cWhite; } } -.CDB-Shape-MoveItem.is-grey { +.CDB-Shape-moveItem--grey { &::before, &::after { background: $cHoverLine; From 469850129f8524b5a4a28e81fbfeca7fc65c73db Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Tue, 29 Mar 2016 10:47:20 +0200 Subject: [PATCH 3/4] fix CR --- src/scss/cdb-components/shapes/move.scss | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/scss/cdb-components/shapes/move.scss b/src/scss/cdb-components/shapes/move.scss index 1d6c720..7e4b655 100644 --- a/src/scss/cdb-components/shapes/move.scss +++ b/src/scss/cdb-components/shapes/move.scss @@ -17,27 +17,27 @@ Description
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
@@ -58,27 +58,27 @@ Description
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
From 4d7455e4ce179453631549d92fd1d4ef534766e6 Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Tue, 29 Mar 2016 11:13:09 +0200 Subject: [PATCH 4/4] change class name --- src/scss/cdb-components/shapes/move.scss | 78 ++++++++++++------------ 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/src/scss/cdb-components/shapes/move.scss b/src/scss/cdb-components/shapes/move.scss index 7e4b655..9d7cf25 100644 --- a/src/scss/cdb-components/shapes/move.scss +++ b/src/scss/cdb-components/shapes/move.scss @@ -7,37 +7,37 @@ Description

16px

-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
@@ -48,37 +48,37 @@ Description

12px

-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
@@ -87,14 +87,14 @@ Description @import '../../cdb-variables/colors'; -.CDB-Shape-move { +.CDB-Shape-rectsHandle { padding: 1px 0 0; } -.CDB-Shape-move.is-small { +.CDB-Shape-rectsHandle.is-small { padding: 3px 0 0 1px; - .CDB-Shape-moveItem { + .CDB-Shape-rectsHandleItem { height: 2px; margin-bottom: 2px; @@ -110,7 +110,7 @@ Description } } -.CDB-Shape-moveItem { +.CDB-Shape-rectsHandleItem { height: 3px; margin-bottom: 3px; @@ -135,21 +135,21 @@ Description } } -.CDB-Shape-moveItem--blue { +.CDB-Shape-rectsHandleItem--blue { &::before, &::after { background: $cBlue; } } -.CDB-Shape-moveItem--white { +.CDB-Shape-rectsHandleItem--white { &::before, &::after { background: $cWhite; } } -.CDB-Shape-moveItem--grey { +.CDB-Shape-rectsHandleItem--grey { &::before, &::after { background: $cHoverLine;