mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
css cleanup
This commit is contained in:
parent
a62d564dd8
commit
b3dc10ef37
1 changed files with 4 additions and 4 deletions
|
@ -66,14 +66,14 @@ filter: blur(0px);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.torchlight summary:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* Collapse styling *
|
* Collapse styling *
|
||||||
**********************************************/
|
**********************************************/
|
||||||
|
|
||||||
|
.torchlight summary:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Hide the default markers, as we provide our own */
|
/* Hide the default markers, as we provide our own */
|
||||||
.torchlight details > summary::marker,
|
.torchlight details > summary::marker,
|
||||||
.torchlight details > summary::-webkit-details-marker {
|
.torchlight details > summary::-webkit-details-marker {
|
||||||
|
|
Loading…
Reference in a new issue