@custom-selector  :--button     button,.button;
@custom-selector       :--enter     :hover,:focus      ;

:--button {display: inline-block;
}:--button:--enter{
  text-decoration:underline;
}
