1
Fork 0

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`
This commit is contained in:
Matthias Krüger 2022-01-24 12:29:54 +01:00 committed by GitHub
commit 26f14bb77d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;