some changes to differentiate hover and selected @pichalite

main
psychobunny 9 years ago
parent 3ff74c9424
commit 3f2cd05f4f

@ -33,8 +33,6 @@
} }
.fa-check { .fa-check {
border: 1px solid @brand-success;
color: @brand-success;
padding: 14px; padding: 14px;
border-radius: 50%; border-radius: 50%;
position: absolute; position: absolute;
@ -57,7 +55,7 @@
} }
.fa-check, .user-img, .user-icon { .fa-check, .user-img, .user-icon {
.transition(.2s ease-in-out opacity); .transition(.2s ease-in-out all);
} }
float: left; float: left;
@ -70,6 +68,8 @@
.fa-check { .fa-check {
opacity: 1; opacity: 1;
border: 1px solid @brand-success !important;
color: @brand-success !important;
} }
} }
@ -79,6 +79,8 @@
} }
.fa-check { .fa-check {
border: 1px solid @brand-primary;
color: @brand-primary;
opacity: 1; opacity: 1;
} }
} }

Loading…
Cancel
Save