You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2018/11/21 18:40:36 UTC

[1/4] brooklyn-ui git commit: make palette icons have a light border not a shadow

Repository: brooklyn-ui
Updated Branches:
  refs/heads/master 13c56f078 -> 0249a564e


make palette icons have a light border not a shadow

gives it a nicer flat look


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/150b0cb3
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/150b0cb3
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/150b0cb3

Branch: refs/heads/master
Commit: 150b0cb3849a515537edfe67756fe13467b31164
Parents: bf3477b
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Nov 8 12:41:46 2018 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Thu Nov 8 12:41:46 2018 +0000

----------------------------------------------------------------------
 .../app/components/catalog-selector/catalog-selector.less          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/150b0cb3/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less
----------------------------------------------------------------------
diff --git a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less
index c7aae95..69e8835 100644
--- a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less
+++ b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less
@@ -84,7 +84,7 @@ catalog-selector {
     transition: all @duration-item ease;
     position: relative;
     background: white; //useful when dragging
-    box-shadow: 0 0 rgba(0, 0, 0, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.2);
+    border: 1px solid #ccc;  // same colour as input controls, works well with rgb(0,0,0,N) used for shadow  
     &:hover {
       box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 1px rgba(0, 0, 0, 0.5);
       margin: -2px;


[3/4] brooklyn-ui git commit: tweak so slight shadow when resting

Posted by tb...@apache.org.
tweak so slight shadow when resting


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/e02ab55d
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/e02ab55d
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/e02ab55d

Branch: refs/heads/master
Commit: e02ab55dd7a102cd997a0a91060359b4b2e1d056
Parents: 0d247a4
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Nov 21 10:27:48 2018 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Nov 21 10:27:48 2018 +0000

----------------------------------------------------------------------
 .../app/components/catalog-selector/catalog-selector.less        | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/e02ab55d/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less
----------------------------------------------------------------------
diff --git a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less
index af323a6..25f6cda 100644
--- a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less
+++ b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less
@@ -101,8 +101,10 @@ catalog-selector {
     position: relative;
     background: white; //useful when dragging
     border: 1px solid #ccc;  // same colour as input controls, works well with rgb(0,0,0,N) used for shadow  
+    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
     &:hover {
-      box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 1px rgba(0, 0, 0, 0.5);
+      border: none;
+      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 4px 1px rgba(0, 0, 0, 0.6);
       margin: -2px;
       padding: 5px;
       


[4/4] brooklyn-ui git commit: This closes #99

Posted by tb...@apache.org.
This closes #99


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/0249a564
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/0249a564
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/0249a564

Branch: refs/heads/master
Commit: 0249a564e9f00b0c44e9178ee5de1951e570f24b
Parents: 13c56f0 e02ab55
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Authored: Wed Nov 21 18:40:25 2018 +0000
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Wed Nov 21 18:40:25 2018 +0000

----------------------------------------------------------------------
 .../app/components/catalog-selector/catalog-selector.less      | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/4] brooklyn-ui git commit: Merge branch 'master' into palette-border

Posted by tb...@apache.org.
Merge branch 'master' into palette-border


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/0d247a40
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/0d247a40
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/0d247a40

Branch: refs/heads/master
Commit: 0d247a40ead8236ba836f4252a5d15b7d3ad566c
Parents: 150b0cb 13c56f0
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Nov 21 09:48:07 2018 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Nov 21 09:48:07 2018 +0000

----------------------------------------------------------------------
 .../blueprint-data-manager.directive.js         |  28 +-
 .../breacrumbs/breadcrumbs.directive.js         |  44 +-
 .../catalog-saver/catalog-saver.directive.js    | 162 ++++--
 .../catalog-saver.modal.template.html           | 102 ++--
 .../catalog-selector.directive.js               | 573 ++++++++++---------
 .../catalog-selector/catalog-selector.less      |  22 +-
 .../catalog-selector.template.html              |  10 +-
 .../suggestion-dropdown.html                    |   2 +-
 .../custom-config-widget/suggestion-dropdown.js |  13 +-
 .../components/designer/designer.directive.js   |  21 +-
 .../app/components/dsl-editor/dsl-editor.js     |  12 +-
 .../app/components/dsl-viewer/dsl-viewer.js     |  12 +-
 .../factories/object-cache.factory.js           |   9 +
 .../factories/recursion-helper.factory.js       |  61 --
 .../app/components/filters/entity.filter.js     |  11 +
 .../app/components/filters/locations.filter.js  |   9 +
 .../providers/action-service.provider.js        |  11 +-
 .../providers/blueprint-service.provider.js     |  30 +-
 .../providers/dsl-service.provider.js           |   7 +
 .../providers/palette-dragndrop.provider.js     |   7 +
 .../providers/recently-used-service.provider.js |   8 +
 .../spec-editor/spec-editor.directive.js        |  23 +-
 .../spec-editor/spec-editor.template.html       |  40 +-
 ui-modules/blueprint-composer/app/index.js      |  55 +-
 .../app/views/main/main.controller.js           |  27 +-
 25 files changed, 781 insertions(+), 518 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/0d247a40/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.less
----------------------------------------------------------------------