File tree 1 file changed +6
-10
lines changed
src/librustdoc/html/static/css
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -1865,9 +1865,13 @@ in storage.js
1865
1865
font-size : 12px ;
1866
1866
position : relative;
1867
1867
bottom : 1px ;
1868
- border-width : 1px ;
1869
- border-style : solid;
1868
+ border : 1px solid var (--scrape-example-help-border-color );
1870
1869
border-radius : 50px ;
1870
+ color : var (--scrape-example-help-color );
1871
+ }
1872
+ .scraped-example-list .scrape-help : hover {
1873
+ border-color : var (--scrape-example-help-hover-border-color );
1874
+ color : var (--scrape-example-help-hover-color );
1871
1875
}
1872
1876
1873
1877
.scraped-example {
@@ -1959,14 +1963,6 @@ in storage.js
1959
1963
.scraped-example .example-wrap .rust span .highlight .focus {
1960
1964
background : var (--scrape-example-code-line-highlight-focus );
1961
1965
}
1962
- .scraped-example-list .scrape-help {
1963
- border-color : var (--scrape-example-help-border-color );
1964
- color : var (--scrape-example-help-color );
1965
- }
1966
- .scraped-example-list .scrape-help : hover {
1967
- border-color : var (--scrape-example-help-hover-border-color );
1968
- color : var (--scrape-example-help-hover-color );
1969
- }
1970
1966
1971
1967
.more-examples-toggle {
1972
1968
max-width : calc (100% + 25px );
You can’t perform that action at this time.
0 commit comments