Add detected file language to code search (#10256)
Move langauge detection to separate module to be more reusable Add option to disable vendored file exclusion from file search Allways show all language stats for search
This commit is contained in:
parent
efbd7ca39b
commit
3c45cf8494
20 changed files with 346 additions and 63 deletions
|
@ -1193,6 +1193,10 @@ i.icon.centerlock {
|
|||
border-radius: 500em;
|
||||
}
|
||||
|
||||
.ui.label > .color-icon {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
|
@ -1502,6 +1502,11 @@
|
|||
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.ui.bottom.attached.table.segment {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.diff-stats {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue