← Back to team overview

harvest-dev team mailing list archive

[Merge] lp:~dylanmccall/harvest/keynav-outline-fix into lp:harvest

 

Dylan McCall has proposed merging lp:~dylanmccall/harvest/keynav-outline-fix into lp:harvest.

Requested reviews:
  harvest-dev (harvest-dev)

-- 
https://code.launchpad.net/~dylanmccall/harvest/keynav-outline-fix/+merge/37623
Your team harvest-dev is requested to review the proposed merge of lp:~dylanmccall/harvest/keynav-outline-fix into lp:harvest.
=== modified file 'harvest/media/css/style.css'
--- harvest/media/css/style.css	2010-10-05 15:08:56 +0000
+++ harvest/media/css/style.css	2010-10-05 15:31:41 +0000
@@ -24,9 +24,13 @@
 	font-style:italic;
 }
 
+/* outline selected item for keyboard navigation */
 *:focus {
 	outline:rgb(244,116,33) dashed 1px;
 }
+a:active {
+	outline:none;
+}
 
 a {
 	color:rgb(110,64,84);