Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Hover color change with slow transition Reply To: Hover color change with slow transition

#262863
Shikkediel
Participant

But ul has, which will be inherited by a but not by any button

You probably wanna do a mobile reset too by the way:

button {
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}