Auto merge of #85568 - GuillaumeGomez:search-result-extra-info, r=jsha
Search result extra info The CSS rule was not updated when we updated the search result, this fixes it: Before:  After:  r? `@jsha`
This commit is contained in:
commit
70cb58ce27
3 changed files with 17 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue