We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4961396 commit 544157cCopy full SHA for 544157c
pkg/web_css/lib/src/_base.scss
@@ -401,6 +401,10 @@ pre {
401
}
402
403
.foldable {
404
+ .foldable-button {
405
+ cursor: pointer;
406
+ }
407
+
408
.foldable-content {
409
display: none;
410
pkg/web_css/lib/src/_list.scss
@@ -408,7 +408,6 @@
.search-form-section-header {
display: flex;
411
- cursor: pointer;
412
font-family: var(--pub-font-family-body);
413
font-size: 14px;
414
font-weight: bold;
pkg/web_css/lib/src/_report.scss
@@ -20,7 +20,6 @@
20
font-size: 18px;
21
font-weight: 500;
22
padding: 8px 0px;
23
24
25
&:hover {
26
background: var(--pub-neutral-hover-bgColor);
0 commit comments