Skip to content

Commit 26f14bb

Browse files
authored
Rollup merge of #93212 - GuillaumeGomez:cursor-pointer-mobile-sidebar, r=jsha
Remove unneeded cursor pointer rule on mobile sidebar Since it's on mobile, there isn't much point in this rule... r? `@jsha`
2 parents cce8023 + 9f30dd9 commit 26f14bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,6 @@ details.rustdoc-toggle[open] > summary.hideme::after {
18481848
position: sticky;
18491849
z-index: 10;
18501850
font-size: 2rem;
1851-
cursor: pointer;
18521851
height: 45px;
18531852
width: 100%;
18541853
left: 0;

0 commit comments

Comments
 (0)