File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -559,14 +559,17 @@ pre.rust .lifetime { color: #B76514; }
559559
560560.rusttest { display : none; }
561561pre .rust { position : relative; }
562- .test-arrow {
562+ a .test-arrow {
563563 display : inline-block;
564564 position : absolute;
565- top : 0 ;
566- right : 10px ;
567- font-size : 150% ;
568- -webkit-transform : scaleX (-1 );
569- transform : scaleX (-1 );
565+
566+ background-color : # 4e8bca ;
567+ color : # f5f5f5 ;
568+ padding : 5px 10px 5px 10px ;
569+ border-radius : 5px ;
570+ font-size : 130% ;
571+ top : 5px ;
572+ right : 5px ;
570573}
571574
572575.methods .section-header {
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ document.addEventListener('DOMContentLoaded', function() {
2828 }
2929
3030 var a = document . createElement ( 'a' ) ;
31- a . textContent = '⇱' ;
3231 a . setAttribute ( 'class' , 'test-arrow' ) ;
32+ a . textContent = 'Run' ;
3333
3434 var code = el . previousElementSibling . textContent ;
3535
You can’t perform that action at this time.
0 commit comments