Skip to content

Commit

Permalink
Rollup merge of #93212 - GuillaumeGomez:cursor-pointer-mobile-sidebar…
Browse files Browse the repository at this point in the history
…, 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`
  • Loading branch information
matthiaskrgr committed Jan 24, 2022
2 parents cce8023 + 9f30dd9 commit 26f14bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,6 @@ details.rustdoc-toggle[open] > summary.hideme::after {
position: sticky;
z-index: 10;
font-size: 2rem;
cursor: pointer;
height: 45px;
width: 100%;
left: 0;
Expand Down

0 comments on commit 26f14bb

Please sign in to comment.