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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user