We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a446f commit b3c23c5Copy full SHA for b3c23c5
src/theme/css/chrome.css
@@ -267,7 +267,8 @@ pre > .buttons button.clip-button {
267
padding: 2px 4px 0px 6px;
268
}
269
pre > .buttons button.clip-button::before {
270
- /* clipboard <https://github.com/rust-lang/crates.io/commits/main/public/assets/copy.svg> */
+ /* clipboard image from octicons (https://github.com/primer/octicons/tree/v2.0.0) MIT license
271
+ */
272
content: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 24 25" \
273
xmlns="http://www.w3.org/2000/svg" aria-label="Copy to clipboard">\
274
<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 \
0 commit comments