2025-09-03 15:18:54 +07:00

39 lines
682 B
SCSS

// ----------------------------------------------
// Dashboard1 Style
// ----------------------------------------------
.comment-widgets {
.comment-row {
background: transparent;
&:hover,
&.active {
background: rgba(0, 0, 0, 0.025);
}
}
}
.comment-text {
&:hover .comment-footer,
&.active .comment-footer {
.action-icons {
visibility: visible;
}
}
}
.comment-footer {
.action-icons {
visibility: hidden;
a {
color: var(--bs-body-color);
&:hover,
&.active {
color: var(--bs-info);
}
}
}
}