File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -739,17 +739,15 @@ h1.page + aside.toc.embedded {
739
739
height : 1em ;
740
740
}
741
741
742
- .source-toolbox .copy-button * {
742
+ .doc . source-toolbox .copy-button svg {
743
743
flex : none;
744
- }
745
-
746
- .source-toolbox .copy-button svg {
747
744
fill : currentColor;
748
745
width : inherit;
749
746
height : inherit;
750
747
}
751
748
752
- .source-toolbox .copy-toast {
749
+ .doc .source-toolbox .copy-toast {
750
+ flex : none;
753
751
position : relative;
754
752
display : inline-flex;
755
753
justify-content : center;
@@ -763,7 +761,7 @@ h1.page + aside.toc.embedded {
763
761
transition : opacity 0.5s ease 0.75s ;
764
762
}
765
763
766
- .source-toolbox .copy-toast ::after {
764
+ .doc . source-toolbox .copy-toast ::after {
767
765
content : "" ;
768
766
position : absolute;
769
767
top : 0 ;
@@ -775,7 +773,7 @@ h1.page + aside.toc.embedded {
775
773
transform-origin : left;
776
774
}
777
775
778
- .source-toolbox .copy-button .clicked .copy-toast {
776
+ .doc . source-toolbox .copy-button .clicked .copy-toast {
779
777
opacity : 1 ;
780
778
transition : none;
781
779
}
You can’t perform that action at this time.
0 commit comments