.public_button:hover :first-child {
  display: none!important;
}

.public_button:hover :last-child {
  display: block!important;
}

