Attempt to de-emphasise the source code section (#10215)
Fixes https://github.com/flutter/flutter/issues/9377
This commit is contained in:
parent
2a140a7752
commit
fbc5f74cad
@ -128,6 +128,10 @@
|
||||
li.inherited a {
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
/* Attempt to de-emphasise the source code section */
|
||||
section.summary.source-code { opacity: 0.3; }
|
||||
section.summary.source-code:hover { opacity: 0.8; }
|
||||
</style>
|
||||
|
||||
<!-- The following rules are from http://google.github.io/material-design-icons/ -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user