From fbc5f74cad498a767f44d2c807d4793d28d9739f Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 22 May 2017 09:55:40 -0700 Subject: [PATCH] Attempt to de-emphasise the source code section (#10215) Fixes https://github.com/flutter/flutter/issues/9377 --- dev/docs/styles.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/docs/styles.html b/dev/docs/styles.html index 1a9662b02a..a111a6eed7 100644 --- a/dev/docs/styles.html +++ b/dev/docs/styles.html @@ -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; }