remove animation of comment controls
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
user-select: none;
|
||||
|
||||
@media (hover: hover) {
|
||||
margin-left: 0;
|
||||
transition: transform .2s .1s ease-out, opacity .2s .1s ease-out;
|
||||
font-weight: 700;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
@media (hover: hover) {
|
||||
&:hover {
|
||||
.comment__controls {
|
||||
transform: translateX(8px);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user