File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -285,8 +285,13 @@ pre {
285
285
}
286
286
}
287
287
288
+ .copy-button .copy-icon {
289
+ fill : var (--color-figure-gray );
290
+ }
291
+
288
292
.copy-button.copied .checkmark-icon {
289
293
color : var (--color-figure-blue );
294
+ fill : currentColor ;
290
295
}
291
296
292
297
</style >
Original file line number Diff line number Diff line change 10
10
11
11
<template >
12
12
<SVGIcon
13
- class =" checkmark-icon "
13
+ class =" CheckmarkIcon "
14
14
viewBox =" 0 0 24 24"
15
15
themeId =" checkmark"
16
16
>
@@ -28,9 +28,8 @@ export default {
28
28
</script >
29
29
30
30
<style scoped lang="scss">
31
- .checkmark-icon {
31
+ .CheckmarkIcon {
32
32
opacity : 1 ;
33
33
stroke : currentColor ;
34
- fill : currentColor ;
35
34
}
36
35
</style >
Original file line number Diff line number Diff line change 10
10
11
11
<template >
12
12
<SVGIcon
13
- class =" copy-icon "
13
+ class =" CopyIcon "
14
14
viewBox =" 0 0 24 24"
15
15
themeId =" copy"
16
16
>
@@ -31,8 +31,7 @@ export default {
31
31
</script >
32
32
33
33
<style scoped lang="scss">
34
- .copy-icon {
35
- fill : currentColor ;
34
+ .CopyIcon {
36
35
opacity : 0.8 ;
37
36
}
38
37
</style >
You can’t perform that action at this time.
0 commit comments