Skip to content

Commit fbc5f74

Browse files
authored
Attempt to de-emphasise the source code section (flutter#10215)
Fixes flutter#9377
1 parent 2a140a7 commit fbc5f74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/docs/styles.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@
128128
li.inherited a {
129129
font-weight: 100;
130130
}
131+
132+
/* Attempt to de-emphasise the source code section */
133+
section.summary.source-code { opacity: 0.3; }
134+
section.summary.source-code:hover { opacity: 0.8; }
131135
</style>
132136

133137
<!-- The following rules are from http://google.github.io/material-design-icons/ -->

0 commit comments

Comments
 (0)