Fix display for primitive and keyword extra info
This commit is contained in:
parent
fc81ad22c4
commit
4c88f0c63b
@ -780,12 +780,12 @@ a {
|
||||
float: left;
|
||||
}
|
||||
|
||||
tr.result span.primitive::after {
|
||||
.result-name span.primitive::after {
|
||||
content: ' (primitive type)';
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
tr.result span.keyword::after {
|
||||
.result-name span.keyword::after {
|
||||
content: ' (keyword)';
|
||||
font-style: italic;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user