From 3049af066bc489690b41e81731457b7439d7b83f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 29 May 2017 14:54:54 -0400 Subject: [PATCH] (css) Remove sgColorPicker in grid-list.scss --- .../scss/components/gridList/grid-list.scss | 25 ++----------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/UI/WebServerResources/scss/components/gridList/grid-list.scss b/UI/WebServerResources/scss/components/gridList/grid-list.scss index 3627986c6..a88d51f12 100644 --- a/UI/WebServerResources/scss/components/gridList/grid-list.scss +++ b/UI/WebServerResources/scss/components/gridList/grid-list.scss @@ -1,27 +1,6 @@ @import "extends"; -// sgColorPicker directive -.sg-color-picker { - md-grid-tile { - border-radius: 25%; - &:hover:not(.selected), - &:active:not(.selected) { - cursor: pointer; - transform: scale(1.5); - } - &.selected { - background-color: transparent !important; - transform: scale(1.3); - md-icon { - display: inline-block; - margin: 0; - } - } - md-icon { - display: none; - } - } -} +$sg-grid-border-width-focused: 2px; // sgToggleGrid directive [sg-toggle-grid] { @@ -40,4 +19,4 @@ color: #fff; } } -} \ No newline at end of file +}