Change cursor and remove outline in summaries on playground (#3415)

master
Lipis 2017-12-06 00:21:02 +01:00 committed by Lucas Duailibe
parent 36a11b86bc
commit 23b8224240
1 changed files with 5 additions and 0 deletions

View File

@ -230,6 +230,11 @@
font-size: 14px;
font-weight: bold;
padding-bottom: 5px;
cursor: pointer;
}
.sub-options > summary:focus {
outline: 0;
}
.sub-options > * {