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);
_______________________________________________
Mailing list: https://launchpad.net/~harvest-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~harvest-dev
More help : https://help.launchpad.net/ListHelp