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 > * {