| Index: trunk/phase3/skins/vector/main-ltr.css |
| — | — | @@ -553,7 +553,8 @@ |
| 554 | 554 | background-image: none; |
| 555 | 555 | font-size: 0.9em; |
| 556 | 556 | } |
| 557 | | - #preftoc a:hover { |
| | 557 | + #preftoc a:hover, |
| | 558 | + #preftoc a:focus { |
| 558 | 559 | text-decoration: underline; |
| 559 | 560 | } |
| 560 | 561 | #preftoc li.selected a { |
| — | — | @@ -643,7 +644,7 @@ |
| 644 | 645 | a:active { |
| 645 | 646 | color: #faa700; |
| 646 | 647 | } |
| 647 | | -a:hover { |
| | 648 | +a:hover, a:focus { |
| 648 | 649 | text-decoration: underline; |
| 649 | 650 | } |
| 650 | 651 | a.stub { |
| — | — | @@ -1124,11 +1125,13 @@ |
| 1125 | 1126 | background-image: url(images/watch-icons.png?1); |
| 1126 | 1127 | background-position: 5px 60%; |
| 1127 | 1128 | } |
| 1128 | | -#ca-unwatch.icon a:hover { |
| | 1129 | +#ca-unwatch.icon a:hover, |
| | 1130 | +#ca-unwatch.icon a:focus { |
| 1129 | 1131 | background-image: url(images/watch-icons.png?1); |
| 1130 | 1132 | background-position: -67px 60%; |
| 1131 | 1133 | } |
| 1132 | | -#ca-watch.icon a:hover { |
| | 1134 | +#ca-watch.icon a:hover, |
| | 1135 | +#ca-watch.icon a:focus { |
| 1133 | 1136 | background-image: url(images/watch-icons.png?1); |
| 1134 | 1137 | background-position: -19px 60%; |
| 1135 | 1138 | } |
| Index: trunk/phase3/skins/vector/main-rtl.css |
| — | — | @@ -273,7 +273,8 @@ |
| 274 | 274 | x:-moz-any-link { |
| 275 | 275 | margin-left: 23px; |
| 276 | 276 | } |
| 277 | | - div.vectorMenu:hover div.menu { |
| | 277 | + div.vectorMenu:hover div.menu, |
| | 278 | + div.vectorMenu:focus div.menu { |
| 278 | 279 | display: block; |
| 279 | 280 | } |
| 280 | 281 | div.vectorMenu ul { |
| — | — | @@ -553,7 +554,7 @@ |
| 554 | 555 | background-image: none; |
| 555 | 556 | font-size: 0.9em; |
| 556 | 557 | } |
| 557 | | - #preftoc a:hover { |
| | 558 | + #preftoc a:hover, #preftoc a:focus { |
| 558 | 559 | text-decoration: underline; |
| 559 | 560 | } |
| 560 | 561 | #preftoc li.selected a { |
| — | — | @@ -643,7 +644,7 @@ |
| 644 | 645 | a:active { |
| 645 | 646 | color: #faa700; |
| 646 | 647 | } |
| 647 | | -a:hover { |
| | 648 | +a:hover, a:focus { |
| 648 | 649 | text-decoration: underline; |
| 649 | 650 | } |
| 650 | 651 | a.stub { |
| — | — | @@ -1124,11 +1125,13 @@ |
| 1125 | 1126 | background-image: url(images/watch-icons.png?1); |
| 1126 | 1127 | background-position: 5px 60%; |
| 1127 | 1128 | } |
| 1128 | | -#ca-unwatch.icon a:hover { |
| | 1129 | +#ca-unwatch.icon a:hover, |
| | 1130 | +#ca-unwatch.icon a:focus { |
| 1129 | 1131 | background-image: url(images/watch-icons.png?1); |
| 1130 | 1132 | background-position: -67px 60%; |
| 1131 | 1133 | } |
| 1132 | | -#ca-watch.icon a:hover { |
| | 1134 | +#ca-watch.icon a:hover, |
| | 1135 | +#ca-watch.icon a:focus { |
| 1133 | 1136 | background-image: url(images/watch-icons.png?1); |
| 1134 | 1137 | background-position: -19px 60%; |
| 1135 | 1138 | } |