не парить CSS
.element:not(:hover) {
/*Your code here*/
}
Stormy Shrew
.element:not(:hover) {
/*Your code here*/
}
section{
font-size:3em;
}
div:not(:hover) + section{
display:none;
}