Comment expandos changes
Jasius opened this issue · 3 comments
Jasius commented
proposed changes
.comment .expand {
transition: all .5s;
padding: 4px 2px;
font-size: 0.9em;
border-right: 1px solid #d7ecff;
background: aliceblue;
}
.comment .expand:hover {
background: #d7ecff;
/* color: #FFF!important; */
}
Jasius commented
@TheTimeWalker opinion?
Jasius commented
Jasius commented