This commit is contained in:
Dank Gabs 2019-07-25 00:30:46 -04:00
parent 493634aee5
commit ce3cefa1cb
1 changed files with 0 additions and 2 deletions

View File

@ -32,12 +32,10 @@
background-image: url('../images/sprite-post-functions.png'); background-image: url('../images/sprite-post-functions.png');
background-size: 100px 1200px; background-size: 100px 1200px;
&:hover { &:hover {
// dont forget the active icon state
color: $gab-brand-default; color: $gab-brand-default;
background-position: 0 -100px; background-position: 0 -100px;
} }
&.group-form__file-label--selected { &.group-form__file-label--selected {
// dont forget the active icon state
background-position: 0 -100px; background-position: 0 -100px;
color: $gab-brand-default;; color: $gab-brand-default;;
} }