Move extra search result information for keywords and primitives from CSS to DOM
This commit is contained in:
parent
a7890c7952
commit
706aa31a2d
2 changed files with 12 additions and 16 deletions
|
|
@ -796,16 +796,6 @@ a {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.result-name span.primitive::after {
|
||||
content: ' (primitive type)';
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.result-name span.keyword::after {
|
||||
content: ' (keyword)';
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
body.blur > :not(#help) {
|
||||
filter: blur(8px);
|
||||
-webkit-filter: blur(8px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue