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

#262860
Shikkediel
Participant

Buttons are weird… they don’t adhere to most inheritance and their box-sizing property is different by default. That first thing might be the issue here:

.theme-switch {
  line-height: inherit;
}