Skip to content

Commit 8b65ebd

Browse files
authored
fix(QuoteLink): move clipboard button style to the plugin styles (#724)
1 parent 2fddf0a commit 8b65ebd

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"@diplodoc/html-extension": "2.7.1",
225225
"@diplodoc/latex-extension": "1.0.3",
226226
"@diplodoc/mermaid-extension": "1.2.1",
227-
"@diplodoc/quote-link-extension": "0.1.1",
227+
"@diplodoc/quote-link-extension": "0.1.2",
228228
"@diplodoc/tabs-extension": "^3.5.1",
229229
"@diplodoc/transform": "^4.43.0",
230230
"@gravity-ui/eslint-config": "3.3.0",

src/extensions/additional/QuoteLink/index.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
background-color: var(--yfm-quote-link-background);
2525

2626
// return the image settings button and clipboard button positions
27-
.g-md-img-settings-button,
28-
.yfm-clipboard-button {
27+
.g-md-img-settings-button {
2928
position: absolute;
3029
z-index: 2;
3130
}

0 commit comments

Comments
 (0)