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 @@ -1861,9 +1861,13 @@ in storage.js
1861
1861
font-size : 12px ;
1862
1862
position : relative;
1863
1863
bottom : 1px ;
1864
- border-width : 1px ;
1865
- border-style : solid;
1864
+ border : 1px solid var (--scrape-example-help-border-color );
1866
1865
border-radius : 50px ;
1866
+ color : var (--scrape-example-help-color );
1867
+ }
1868
+ .scraped-example-list .scrape-help : hover {
1869
+ border-color : var (--scrape-example-help-hover-border-color );
1870
+ color : var (--scrape-example-help-hover-color );
1867
1871
}
1868
1872
1869
1873
.scraped-example {
@@ -1955,14 +1959,6 @@ in storage.js
1955
1959
.scraped-example .example-wrap .rust span .highlight .focus {
1956
1960
background : var (--scrape-example-code-line-highlight-focus );
1957
1961
}
1958
- .scraped-example-list .scrape-help {
1959
- border-color : var (--scrape-example-help-border-color );
1960
- color : var (--scrape-example-help-color );
1961
- }
1962
- .scraped-example-list .scrape-help : hover {
1963
- border-color : var (--scrape-example-help-hover-border-color );
1964
- color : var (--scrape-example-help-hover-color );
1965
- }
1966
1962
1967
1963
.more-examples-toggle {
1968
1964
max-width : calc (100% + 25px );
You can’t perform that action at this time.
0 commit comments