@@ -353,7 +353,7 @@ details:not(.toggle) summary {
353
353
margin-bottom : .6em ;
354
354
}
355
355
356
- code , pre , a . test-arrow , .code-header {
356
+ code , pre , .code-header {
357
357
font-family : "Source Code Pro" , monospace;
358
358
}
359
359
.docblock code , .docblock-short code {
@@ -946,8 +946,8 @@ because of the `[-]` element which would overlap with it. */
946
946
.main-heading a : hover ,
947
947
.example-wrap .rust a : hover ,
948
948
.all-items a : hover ,
949
- .docblock a : not (.test-arrow ) : not (. scrape-help ): not (.tooltip ): hover : not (.doc-anchor ),
950
- .docblock-short a : not (.test-arrow ) : not (. scrape-help ): not (.tooltip ): hover ,
949
+ .docblock a : not (.scrape-help ): not (.tooltip ): hover : not (.doc-anchor ),
950
+ .docblock-short a : not (.scrape-help ): not (.tooltip ): hover ,
951
951
.item-info a {
952
952
text-decoration : underline;
953
953
}
@@ -1461,22 +1461,17 @@ documentation. */
1461
1461
z-index : 1 ;
1462
1462
}
1463
1463
a .test-arrow {
1464
- padding : 5px 7px ;
1465
- border-radius : var (--button-border-radius );
1466
- font-size : 1rem ;
1467
- color : var (--test-arrow-color );
1468
- background-color : var (--test-arrow-background-color );
1464
+ height : var (--copy-path-height );
1465
+ padding : 6px 4px 0 11px ;
1469
1466
}
1470
- a .test-arrow : hover {
1471
- color : var ( --test-arrow-hover-color );
1472
- background-color : var ( --test-arrow-hover-background-color );
1467
+ a .test-arrow :: before {
1468
+ content : url ('data:image/svg+xml,<svg viewBox="0 0 20 20" width="18" height="20" \
1469
+ xmlns = "http://www.w3.org/2000/svg" > <path d = "M0 0l18 10-18 10z" / > </svg>' );
1473
1470
}
1474
1471
.example-wrap .button-holder {
1475
1472
display : flex;
1476
1473
}
1477
- .example-wrap : hover > .test-arrow {
1478
- padding : 2px 7px ;
1479
- }
1474
+
1480
1475
/*
1481
1476
On iPad, the ":hover" state sticks around, making things work not greatly. Do work around
1482
1477
it, we move it into this media query. More information can be found at:
@@ -1486,29 +1481,34 @@ However, using `@media (hover: hover)` makes this rule never to be applied in GU
1486
1481
instead, we check that it's not a "finger" cursor.
1487
1482
*/
1488
1483
@media not (pointer : coarse) {
1489
- .example-wrap : hover > .test-arrow , .example-wrap : hover > .button-holder {
1484
+ .example-wrap : hover > a .test-arrow , .example-wrap : hover > .button-holder {
1490
1485
visibility : visible;
1491
1486
}
1492
1487
}
1493
1488
.example-wrap .button-holder .keep-visible {
1494
1489
visibility : visible;
1495
1490
}
1496
- .example-wrap .button-holder .copy-button {
1497
- color : var (--copy-path-button-color );
1491
+ .example-wrap .button-holder .copy-button , .example-wrap .test-arrow {
1498
1492
background : var (--main-background-color );
1493
+ cursor : pointer;
1494
+ border-radius : var (--button-border-radius );
1499
1495
height : var (--copy-path-height );
1500
1496
width : var (--copy-path-width );
1497
+ }
1498
+ .example-wrap .button-holder .copy-button {
1501
1499
margin-left : var (--button-left-margin );
1502
1500
padding : 2px 0 0 4px ;
1503
1501
border : 0 ;
1504
- cursor : pointer;
1505
- border-radius : var (--button-border-radius );
1506
1502
}
1507
- .example-wrap .button-holder .copy-button ::before {
1503
+ .example-wrap .button-holder .copy-button ::before ,
1504
+ .example-wrap .test-arrow ::before {
1508
1505
filter : var (--copy-path-img-filter );
1506
+ }
1507
+ .example-wrap .button-holder .copy-button ::before {
1509
1508
content : var (--clipboard-image );
1510
1509
}
1511
- .example-wrap .button-holder .copy-button : hover ::before {
1510
+ .example-wrap .button-holder .copy-button : hover ::before ,
1511
+ .example-wrap .test-arrow : hover ::before {
1512
1512
filter : var (--copy-path-img-hover-filter );
1513
1513
}
1514
1514
.example-wrap .button-holder .copy-button .clicked ::before {
@@ -2552,10 +2552,6 @@ by default.
2552
2552
--code-highlight-doc-comment-color : # 4d4d4c ;
2553
2553
--src-line-numbers-span-color : # c67e2d ;
2554
2554
--src-line-number-highlighted-background-color : # fdffd3 ;
2555
- --test-arrow-color : # f5f5f5 ;
2556
- --test-arrow-background-color : rgba (78 , 139 , 202 , 0.2 );
2557
- --test-arrow-hover-color : # f5f5f5 ;
2558
- --test-arrow-hover-background-color : rgb (78 , 139 , 202 );
2559
2555
--target-background-color : # fdffd3 ;
2560
2556
--target-border-color : # ad7c37 ;
2561
2557
--kbd-color : # 000 ;
@@ -2658,10 +2654,6 @@ by default.
2658
2654
--code-highlight-doc-comment-color : # 8ca375 ;
2659
2655
--src-line-numbers-span-color : # 3b91e2 ;
2660
2656
--src-line-number-highlighted-background-color : # 0a042f ;
2661
- --test-arrow-color : # dedede ;
2662
- --test-arrow-background-color : rgba (78 , 139 , 202 , 0.2 );
2663
- --test-arrow-hover-color : # dedede ;
2664
- --test-arrow-hover-background-color : # 4e8bca ;
2665
2657
--target-background-color : # 494a3d ;
2666
2658
--target-border-color : # bb7410 ;
2667
2659
--kbd-color : # 000 ;
@@ -2771,10 +2763,6 @@ Original by Dempfi (https://github.com/dempfi/ayu)
2771
2763
--code-highlight-doc-comment-color : # a1ac88 ;
2772
2764
--src-line-numbers-span-color : # 5c6773 ;
2773
2765
--src-line-number-highlighted-background-color : rgba (255 , 236 , 164 , 0.06 );
2774
- --test-arrow-color : # 788797 ;
2775
- --test-arrow-background-color : rgba (57 , 175 , 215 , 0.09 );
2776
- --test-arrow-hover-color : # c5c5c5 ;
2777
- --test-arrow-hover-background-color : rgba (57 , 175 , 215 , 0.368 );
2778
2766
--target-background-color : rgba (255 , 236 , 164 , 0.06 );
2779
2767
--target-border-color : rgba (255 , 180 , 76 , 0.85 );
2780
2768
--kbd-color : # c5c5c5 ;
0 commit comments