remove focus ring from <summary>
This commit is contained in:
parent
42f7b11bac
commit
3389812766
|
@ -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);
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user