Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
paxton
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
paxton
Merge requests
!8
paxton-3493188: Cursor pointer is not shown on Advance searching.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
paxton-3493188: Cursor pointer is not shown on Advance searching.
issue/paxton-3493188:paxton-3493188
into
3.0.x
Overview
0
Commits
2
Pipelines
1
Changes
2
Open
paxton-3493188: Cursor pointer is not shown on Advance searching.
Alok Singh
requested to merge
issue/paxton-3493188:paxton-3493188
into
3.0.x
8 months ago
Overview
0
Commits
2
Pipelines
1
Changes
2
0
0
Merge request reports
Compare
3.0.x
version 1
c1d6acfd
8 months ago
3.0.x (HEAD)
and
latest version
latest version
142db001
2 commits,
8 months ago
version 1
c1d6acfd
1 commit,
8 months ago
2 files
+
53
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
css/page.css
+
4
−
0
View file @ 6734d935
Edit in single-file editor
Open in Web IDE
Show full file
@@ -496,3 +496,7 @@ table a:hover {
.breadcrumb
ol
li
:last-child
a
:after
{
border
:
0
;
}
.breadcrumb
ol
li
a
:hover
{
background
:
hsla
(
198
,
84%
,
41%
,
1
);
}
.breadcrumb
ol
li
a
:hover:after
{
border-left-color
:
hsla
(
198
,
84%
,
41%
,
1
)
!important
;
}
.search-advanced
{
cursor
:
pointer
;
}
Loading