From 23b8224240c6bc9503ce173ef24586e0d678f60b Mon Sep 17 00:00:00 2001 From: Lipis Date: Wed, 6 Dec 2017 00:21:02 +0100 Subject: [PATCH] Change cursor and remove outline in summaries on playground (#3415) --- website/pages/playground/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/pages/playground/index.html b/website/pages/playground/index.html index 84e0d127..9b2ccd62 100644 --- a/website/pages/playground/index.html +++ b/website/pages/playground/index.html @@ -230,6 +230,11 @@ font-size: 14px; font-weight: bold; padding-bottom: 5px; + cursor: pointer; + } + + .sub-options > summary:focus { + outline: 0; } .sub-options > * {