Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_Search
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UNL_Search
Merge requests
!26
WIP: Use DCF tabs for search results (DON'T MERGE YET)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Use DCF tabs for search results (DON'T MERGE YET)
rdee2/UNL_Search:search-results-dcf-tabs
into
master
Overview
1
Commits
5
Pipelines
0
Changes
2
Closed
Ryan Dee
requested to merge
rdee2/UNL_Search:search-results-dcf-tabs
into
master
5 years ago
Overview
1
Commits
5
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
18b19710
5 years ago
master (base)
and
latest version
latest version
859309db
5 commits,
5 years ago
version 1
18b19710
3 commits,
5 years ago
2 files
+
44
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
www/scss/search.scss
+
6
−
23
Options
@@ -58,35 +58,18 @@
}
.
result-tab
li
+
li
:
:
before
{
content
:
'\b7'
;
// middle-dot + space
padding-left
:
.43em
;
padding-right
:
.43em
;
}
.result-tab
li
.selected
a
{
color
:
#2e2e2d
;
}
.search-results
{
opacity
:
0
;
transition
:
opacity
400ms
;
}
.search-results.active
{
opacity
:
1
;
}
.search-results
h3
,
.google-search
{
display
:
none
;
}
.search-faux-tab
{
border-color
:
#e3e3e2
#e3e3e2
#fff
#e3e3e2
;
margin-bottom
:
-1px
;
}
// Directory Styles
// TODO: revisit (and remove?) after Directory has been updated to 5.0
#ppl_results
h3
,
Loading