[webpack.teacher.view] make instant-buttons (admin, edit, remove) with feedback (TEST)

This commit is contained in:
xdrm-brackets 2018-03-07 19:13:05 +01:00
parent b21635c365
commit 8a22a18b96
1 changed files with 4 additions and 0 deletions

View File

@ -188,10 +188,14 @@
background: url('/asset/svg/remove.svg@bbbbbb') center center no-repeat;
background-size: auto 100%;
transform: scale(1);
transition: transform .2s ease-in-out;
cursor: pointer;
&:hover{
background-image: url('/asset/svg/remove.svg@#{$rd-form-invalid-color}');
transform: scale(1.5);
}
}