1
0
Fork 0

Javascript boost/favorite button

This commit is contained in:
Mouse Reeve 2020-03-15 18:12:45 -07:00
parent f084952123
commit d28efe54dd
4 changed files with 48 additions and 10 deletions

View file

@ -395,7 +395,7 @@ blockquote {
box-shadow: #247BA0 0em 0em 1em 0em;
color: #247BA0;
}
.interaction button.active:hover .icon {
.interaction .active button:hover .icon {
color: #888;
}
.interaction button {
@ -405,7 +405,7 @@ blockquote {
padding: 0;
color: #888;
}
.interaction button.active .icon {
.interaction .active button .icon {
color: #FF1654;
}
.interaction textarea {