Remove user agent summary arrow (#132)
* - Add rule to remove user agent details arrow * - Remove docs.css specific rule that fixed this
This commit is contained in:
parent
e90bc335d6
commit
ec33cdb93b
2 changed files with 5 additions and 5 deletions
|
|
@ -102,10 +102,6 @@ summary {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary::-webkit-details-marker {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
details[open] summary {
|
details[open] summary {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -266,7 +266,7 @@ button:disabled,
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-bar-field {
|
.status-bar-field {
|
||||||
box-shadow: inset -1px -1px #dfdfdf,
|
box-shadow: inset -1px -1px #dfdfdf,
|
||||||
inset 1px 1px #808080;
|
inset 1px 1px #808080;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 2px 3px;
|
padding: 2px 3px;
|
||||||
|
|
@ -695,6 +695,10 @@ ul.tree-view details[open] > summary:before {
|
||||||
content: "-";
|
content: "-";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.tree-view details > summary::marker, ul.tree-view details > summary::-webkit-details-marker {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
display: block;
|
display: block;
|
||||||
background: var(--button-highlight);
|
background: var(--button-highlight);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue