Skip to content

Commit

Permalink
Item9389: Remove the background shading for the hover: pseudoclass, s…
Browse files Browse the repository at this point in the history
…ince it seems to be more confusing than helpful

git-svn-id: http://svn.foswiki.org/trunk@8483 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelTempest authored and MichaelTempest committed Aug 14, 2010
1 parent 19ff457 commit b54f7ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -128,7 +128,7 @@
+ this.x( quote, '/tml_attrs' )
+ "</span>";
}
, _style: { attr_name: "color: green;", attr_value: "color: maroon;", "attr_value:hover": "background:#fceff8;"}
, _style: { attr_name: "color: green;", attr_value: "color: maroon;"}
}
, tml_attrs_double_quoted: {
_match: /([\w-]+)=(\\*")((?:\\[^%]|%[a-zA-Z][a-zA-Z0-9_:]*%|[^}"]%(?![a-zA-Z])|[^%"])*?)\2/
Expand Down

0 comments on commit b54f7ff

Please sign in to comment.