Attempt to de-emphasise the source code section (#10215)

Fixes https://github.com/flutter/flutter/issues/9377
This commit is contained in:
Ian Hickson 2017-05-22 09:55:40 -07:00 committed by GitHub
parent 2a140a7752
commit fbc5f74cad

View File

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