(css) Remove sgColorPicker in grid-list.scss

pull/228/merge
Francis Lachapelle 2017-05-29 14:54:54 -04:00
parent b00fc756e6
commit 3049af066b
1 changed files with 2 additions and 23 deletions

View File

@ -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;
}
}
}
}