fix: UX for selection

* make it more obvious what is the selected topic
* use branded information
main
psychobunny 4 years ago
parent 55c20ce5d9
commit 529ef6057c

@ -76,8 +76,8 @@
}
.fa-check {
border: 1px solid @brand-primary;
color: @brand-primary;
border: 1px solid @brand-success;
color: @brand-success;
opacity: 1;
}
}
@ -90,15 +90,17 @@
.avatar .select {
.fa-check {
opacity: 1;
background-color: @brand-success;
border: 1px solid @brand-success;
color: @brand-success;
&:hover {
border: 1px solid @brand-success;
color: @brand-success;
}
color: @btn-success-color;
.transition(all .15s ease-in-out);
}
&:hover .fa-check {
background-color: @brand-success;
border: 1px solid @btn-success-border;
color: @btn-success-color;
}
}
}

Loading…
Cancel
Save