File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
font-weight : 700 ;
5
5
}
6
6
7
+ .wc-keyhint {
8
+ background-color : var (--wc-variant-background-dark );
9
+ border-radius : 5px ;
10
+ color : # fff ;
11
+ display : inline-block;
12
+ padding : 0.2em 0.5em ;
13
+ vertical-align : middle;
14
+ }
15
+
7
16
/*---------- Utilities Position ----------*/
8
17
9
18
.wc-pos-absolute {
Original file line number Diff line number Diff line change @@ -425,7 +425,8 @@ issueList.MainView = Backbone.View.extend({
425
425
el : $ ( '.js-issue-page' ) ,
426
426
events : { } ,
427
427
keyboardEvents : {
428
- 'g' : 'githubWarp'
428
+ 'g' : 'githubWarp' ,
429
+ 'G' : 'githubWarp'
429
430
} ,
430
431
initialize : function ( ) {
431
432
this . initSubViews ( ) ;
Original file line number Diff line number Diff line change 103
103
</ ul >
104
104
</ div >
105
105
< % } %>
106
+ < p class = "wc-float-right wc-margin-bottom" > < span class = "wc-keyhint" > G</ span > takes you to the GitHub view of this page.</ p >
106
107
</ script >
107
108
</ div >
108
109
</ div >
109
- </ main >
110
+ </ main >
110
111
</ div >
111
112
112
113
< script type ="text/template " id ="dropdown-tmpl ">
You can’t perform that action at this time.
0 commit comments