From cac3378643f639cd2566f93afd04fd6493188418 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Mar 2019 18:33:01 +0800 Subject: [PATCH] docs/docs.css --- docs/docs.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/docs.css b/docs/docs.css index 5b403e26ac..67dae4cdd7 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -933,3 +933,15 @@ pre code { font-size: 10px; font-weight: 100; } + + +.dropdown-toggle::after { + display: inline-block; + margin-left: .255em; + vertical-align: .255em; + content: ""; + border-top: .3em solid; + border-right: .3em solid transparent; + border-bottom: 0; + border-left: .3em solid transparent; +} -- 2.39.2