Ticket #240 (closed defect: fixed)

Opened 7 years ago

Last modified 6 years ago

a:hover style definition changes too many background properties

Reported by: UdoBorkowski Owned by: UdoBorkowski
Priority: undefined Milestone: 2.2
Component: core Version:
Severity: medium Keywords:
Cc:

Description

The style definition for a:hover should define the background color through "background-color", not through "background". The later will assign default values to the other background properties (e.g. background-position), thus overwriting concrete values possibly defined by other stylesheets.

a:hover{
     background-color: [[ColorPalette::PrimaryMid]];
     color: [[ColorPalette::Background]];
}

Change History

Changed 7 years ago by UdoBorkowski

  • status changed from new to assigned

Patch provided

Changed 6 years ago by JeremyRuston

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in changeset:1045

Note: See TracTickets for help on using tickets.