remove focus ring from <summary>
This commit is contained in:
parent
42f7b11bac
commit
3389812766
|
@ -285,6 +285,7 @@
|
|||
}
|
||||
.regexp-report summary, .regexp-report div {
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
.regexp-report mark {
|
||||
background-color: rgba(255, 255, 0, .5);
|
||||
|
|
|
@ -141,6 +141,7 @@ a:hover {
|
|||
summary {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.applies-to-extra summary {
|
||||
|
|
Loading…
Reference in New Issue
Block a user