remove focus ring from <summary>

This commit is contained in:
tophf 2017-04-13 08:32:41 +03:00
parent 42f7b11bac
commit 3389812766
2 changed files with 2 additions and 0 deletions

View File

@ -285,6 +285,7 @@
} }
.regexp-report summary, .regexp-report div { .regexp-report summary, .regexp-report div {
cursor: pointer; cursor: pointer;
outline: none;
} }
.regexp-report mark { .regexp-report mark {
background-color: rgba(255, 255, 0, .5); background-color: rgba(255, 255, 0, .5);

View File

@ -141,6 +141,7 @@ a:hover {
summary { summary {
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
outline: none;
} }
.applies-to-extra summary { .applies-to-extra summary {