Skip to content

Commit 544157c

Browse files
committed
Use pointer cursor on mobile nav buttons
1 parent 4961396 commit 544157c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pkg/web_css/lib/src/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,10 @@ pre {
401401
}
402402

403403
.foldable {
404+
.foldable-button {
405+
cursor: pointer;
406+
}
407+
404408
.foldable-content {
405409
display: none;
406410
}

pkg/web_css/lib/src/_list.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@
408408

409409
.search-form-section-header {
410410
display: flex;
411-
cursor: pointer;
412411
font-family: var(--pub-font-family-body);
413412
font-size: 14px;
414413
font-weight: bold;

pkg/web_css/lib/src/_report.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
font-size: 18px;
2121
font-weight: 500;
2222
padding: 8px 0px;
23-
cursor: pointer;
2423

2524
&:hover {
2625
background: var(--pub-neutral-hover-bgColor);

0 commit comments

Comments
 (0)