/* removing the highlight on input text on select / click */ .some-class::selection { background-color: transparent; }