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 @@ -442,7 +442,8 @@ issueList.MainView = Backbone.View.extend({
442
442
el : $ ( '.js-issue-page' ) ,
443
443
events : { } ,
444
444
keyboardEvents : {
445
- 'g' : 'githubWarp'
445
+ 'g' : 'githubWarp' ,
446
+ 'G' : 'githubWarp'
446
447
} ,
447
448
initialize : function ( ) {
448
449
this . initSubViews ( ) ;
Original file line number Diff line number Diff line change @@ -104,10 +104,11 @@ <h1 class="IssueList-title wc-Title--l">Issues</h1>
104
104
</ ul >
105
105
</ div >
106
106
< % } %>
107
+ < p class = "wc-float-right wc-margin-bottom" > < span class = "wc-keyhint" > G</ span > takes you to the GitHub view of this page.</ p >
107
108
</ script >
108
109
</ div >
109
110
</ div >
110
- </ main >
111
+ </ main >
111
112
</ div >
112
113
113
114
< script type ="text/template " id ="dropdown-tmpl ">
You can’t perform that action at this time.
0 commit comments