TiddlyWiki.org

Ticket #240 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

a:hover style definition changes too many background properties

Reported by: UdoBorkowski Assigned to: 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

25/11/06 09:21:37 changed by UdoBorkowski

  • status changed from new to assigned.

Patch provided

27/11/06 11:17:45 changed by JeremyRuston

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

Fixed in changeset:1045