(css) Improve buttons of sgToggleGrid directive

This commit is contained in:
Francis Lachapelle
2015-12-17 14:25:05 -05:00
parent 0f4e966ecf
commit e67661e84b
4 changed files with 13 additions and 12 deletions

View File

@@ -63,8 +63,8 @@ md-list md-list-item button.md-button.sg-icon-button {
transition: $iconButton-transition;
&:hover:not([disabled]),
&:active {
background-color: transparent;
transform: scale($iconButton-hover-scale);
//background-color: transparent;
//transform: scale($iconButton-hover-scale);
}
}