* add with-theme hoc * add dark theme styles for components * add toggle theme button to the dev demo page * add info about widget themes to README
18 lines
299 B
SCSS
18 lines
299 B
SCSS
.comment {
|
|
display: block;
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin-bottom: 16px;
|
|
padding-bottom: 8px;
|
|
font-size: 16px;
|
|
line-height: 1.2;
|
|
|
|
@media (hover: hover) {
|
|
&:hover {
|
|
> .comment__body .comment__actions .comment__controls {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|