This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/librustdoc/html/static/css Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1897,21 +1897,21 @@ in storage.js
18971897 right : 0.25em ;
18981898}
18991899
1900- .scraped-example : not (.expanded ) .code-wrapper : before ,
1901- .scraped-example : not (.expanded ) .code-wrapper : after {
1900+ .scraped-example : not (.expanded ) .code-wrapper :: before ,
1901+ .scraped-example : not (.expanded ) .code-wrapper :: after {
19021902 content : " " ;
19031903 width : 100% ;
19041904 height : 5px ;
19051905 position : absolute;
19061906 z-index : 1 ;
19071907}
1908- .scraped-example : not (.expanded ) .code-wrapper : before {
1908+ .scraped-example : not (.expanded ) .code-wrapper :: before {
19091909 top : 0 ;
19101910 background : linear-gradient (to bottom,
19111911 var (--scrape-example-code-wrapper-background-start ),
19121912 var (--scrape-example-code-wrapper-background-end ));
19131913}
1914- .scraped-example : not (.expanded ) .code-wrapper : after {
1914+ .scraped-example : not (.expanded ) .code-wrapper :: after {
19151915 bottom : 0 ;
19161916 background : linear-gradient (to top,
19171917 var (--scrape-example-code-wrapper-background-start ),
You can’t perform that action at this time.
0 commit comments