CSS „:not(:hover)“

  • Beitrags-Autor:
  • Beitrags-Kategorie:Sonstiges
.boxes:hover > :not(:hover) {
   opacity: 0.2;
}