Files
remark42/frontend/app/components/comment/__controls/comment__controls.scss
T
2019-04-28 19:27:36 +03:00

14 lines
193 B
SCSS

.comment__controls {
display: inline;
vertical-align: middle;
user-select: none;
font-size: 14px;
font-weight: 700;
opacity: 0;
&:hover,
&:focus-within {
opacity: 1;
}
}