File tree 2 files changed +11
-1
lines changed
static/css/development/layout
2 files changed +11
-1
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 : .3em ;
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 @@ -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