.anchor {
    &:not(:hover>*) {
        display: none
    }

    &>a:before {
        content: "#"
    }
}