Move extra search result information for keywords and primitives from CSS to DOM

This commit is contained in:
Guillaume Gomez 2021-05-24 14:24:34 +02:00
parent a7890c7952
commit 706aa31a2d
2 changed files with 12 additions and 16 deletions

View file

@ -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);