@import "../../style/variables.less";

.message-popover {
    &-icon {
        cursor: pointer;
        &:hover{
            color: @maycur-color;
        }
    }
}