File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 711
711
712
712
.code-toolbox .copy-button svg {
713
713
fill : currentColor;
714
- width : inherit;
715
- height : inherit;
716
714
}
717
715
718
716
.code-toolbox .copy-toast {
Original file line number Diff line number Diff line change @@ -190,8 +190,6 @@ body {
190
190
191
191
.navbar-item .icon svg {
192
192
fill : currentColor;
193
- width : inherit;
194
- height : inherit;
195
193
}
196
194
197
195
.navbar-link {
Original file line number Diff line number Diff line change 26
26
var svg = document . createElementNS ( 'http://www.w3.org/2000/svg' , 'svg' )
27
27
svg . setAttribute ( 'aria-hidden' , 'true' )
28
28
svg . setAttribute ( 'class' , 'copy-icon' )
29
- svg . setAttribute ( 'role ' , 'img ' )
29
+ svg . setAttribute ( 'viewBox ' , '0 0 16 16 ' )
30
30
var use = document . createElementNS ( 'http://www.w3.org/2000/svg' , 'use' )
31
31
use . setAttribute ( 'href' , window . uiRootPath + '/img/octicons.svg#clippy-16' )
32
32
svg . appendChild ( use )
Original file line number Diff line number Diff line change 83
83
--}}
84
84
<a class =" navbar-item" href =" https://github.com/asciidoctor" target =" _blank" rel =" noopener" >
85
85
<span class =" icon" >
86
- <svg xmlns =" http://www.w3.org/2000/svg" ><use href =" {{{ uiRootPath }}} /img/octicons.svg#mark-github" ></use ></svg >
86
+ <svg xmlns =" http://www.w3.org/2000/svg" viewBox = " 0 0 16 16 " ><use href =" {{{ uiRootPath }}} /img/octicons.svg#mark-github" ></use ></svg >
87
87
</span >
88
88
</a >
89
89
</div >
You can’t perform that action at this time.
0 commit comments