Skip to content

Commit 2cea481

Browse files
committed
Reverted clipboard button changes
1 parent 5cd8dcf commit 2cea481

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

material/assets/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.82f1750e.min.js.map",
66
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.01088dc6.min.js",
77
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.01088dc6.min.js.map",
8-
"assets/stylesheets/main.css": "assets/stylesheets/main.4aecc960.min.css",
9-
"assets/stylesheets/main.css.map": "assets/stylesheets/main.4aecc960.min.css.map",
8+
"assets/stylesheets/main.css": "assets/stylesheets/main.058d6ada.min.css",
9+
"assets/stylesheets/main.css.map": "assets/stylesheets/main.058d6ada.min.css.map",
1010
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.76317e44.min.css",
1111
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.76317e44.min.css.map",
1212
"assets/stylesheets/palette.css": "assets/stylesheets/palette.88006c52.min.css",

material/assets/stylesheets/main.058d6ada.min.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/stylesheets/main.058d6ada.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/stylesheets/main.4aecc960.min.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

material/assets/stylesheets/main.4aecc960.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{% endif %}
4242
{% endblock %}
4343
{% block styles %}
44-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4aecc960.min.css' | url }}">
44+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.058d6ada.min.css' | url }}">
4545
{% if palette.scheme or palette.primary or palette.accent %}
4646
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.88006c52.min.css' | url }}">
4747
{% endif %}

src/assets/stylesheets/main/layout/_clipboard.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
width: px2em(24px);
3434
height: px2em(24px);
3535
color: var(--md-default-fg-color--lightest);
36-
background-color: var(--md-code-bg-color);
36+
// background-color: var(--md-code-bg-color);
3737
border-radius: px2rem(2px);
3838
cursor: pointer;
3939
transition: color 125ms;
@@ -43,10 +43,10 @@
4343
display: none;
4444
}
4545

46-
// Make room for clipboard button in case of overflowing code
47-
.md-typeset & + code {
48-
padding-right: px2em(24px + 2 * 8px, 13.6px);
49-
}
46+
// // Make room for clipboard button in case of overflowing code
47+
// .md-typeset & + code {
48+
// padding-right: px2em(24px + 2 * 8px, 13.6px);
49+
// }
5050

5151
// Slightly smaller icon
5252
svg {

0 commit comments

Comments
 (0)