File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -1638,7 +1638,14 @@ a.tooltip:hover::after {
1638
1638
1639
1639
# copy-path : before {
1640
1640
filter : var (--copy-path-img-filter );
1641
- content : url ('clipboard-24048e6d87f63d07.svg' );
1641
+ /* clipboard */
1642
+ content : url ('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 24 25" \
1643
+ xmlns= "http://www.w3.org/2000/svg" aria-label="Copy to clipboard">\
1644
+ <path d= "M18 20h2v3c0 1-1 2-2 2H2c-.998 0-2-1-2-2V5c0-.911.755-1.667 1.667-1.667h5A3.323 3.323 0 0110 \
1645
+ 0 a3.323 3.323 0 013.333 3.333 h5C19.245 3.333 20 4.09 20 5 v8.333h-2V9H2v14h16v-3zM3 \
1646
+ 7 h14c0-.911-.793-1.667-1.75-1.667H13.5c-.957 0 -1.75 -.755 -1.75 -1.666 C11.75 2.755 10.957 2 10 \
1647
+ 2 s-1.75.755-1.75 1.667 c0 .911 -.793 1.666 -1.75 1.666 H4.75C3.793 5.333 3 6.09 3 7 z"/>\
1648
+ <path d= "M4 19h6v2H4zM12 11H4v2h8zM4 17h4v-2H4zM15 15v-3l-4.5 4.5L15 21v-3l8.027-.032L23 15z" / > </svg>');
1642
1649
width : 19px ;
1643
1650
height : 18px ;
1644
1651
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ static_files! {
100
100
storage_js => "static/js/storage.js" ,
101
101
scrape_examples_js => "static/js/scrape-examples.js" ,
102
102
wheel_svg => "static/images/wheel.svg" ,
103
- clipboard_svg => "static/images/clipboard.svg" ,
104
103
copyright => "static/COPYRIGHT.txt" ,
105
104
license_apache => "static/LICENSE-APACHE.txt" ,
106
105
license_mit => "static/LICENSE-MIT.txt" ,
You can’t perform that action at this time.
0 commit comments