Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_browser
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
project_browser
Merge requests
!447
Resolve
#3310884
"Clear search button"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
#3310884
"Clear search button"
issue/project_browser-3310884:3310884-clear-search-button
into
1.0.x
Overview
0
Commits
12
Pipelines
7
Changes
7
Merged
Resolve #3310884 "Clear search button"
Jay Huskins
requested to merge
issue/project_browser-3310884:3310884-clear-search-button
into
1.0.x
Mar 8, 2024
Overview
0
Commits
12
Pipelines
7
Changes
7
Closes
#3310884
0
0
Merge request reports
Compare
1.0.x
version 5
dc5de331
Apr 24, 2024
version 4
0fa0c1dc
Mar 8, 2024
version 3
1d9e88d9
Mar 8, 2024
version 2
37bf16cd
Mar 8, 2024
version 1
b93d441a
Mar 8, 2024
1.0.x (base)
and
latest version
latest version
fc362fbc
12 commits,
Apr 25, 2024
version 5
dc5de331
12 commits,
Apr 24, 2024
version 4
0fa0c1dc
12 commits,
Mar 8, 2024
version 3
1d9e88d9
11 commits,
Mar 8, 2024
version 2
37bf16cd
10 commits,
Mar 8, 2024
version 1
b93d441a
9 commits,
Mar 8, 2024
7 files
+
87
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
7
css/pb.css
+
17
−
0
View file @ fc362fbc
Edit in single-file editor
Open in Web IDE
Show full file
@@ -627,6 +627,13 @@
@@ -627,6 +627,13 @@
outline
:
none
;
outline
:
none
;
}
}
.search__search_term
::-webkit-search-cancel-button
,
.search__search_term
::-webkit-search-decoration
,
.search__search_term
::-webkit-search-results-button
,
.search__search_term
::-webkit-search-results-decoration
{
display
:
none
;
}
.search__search-bar
{
.search__search-bar
{
position
:
relative
;
position
:
relative
;
height
:
50px
;
height
:
50px
;
@@ -644,6 +651,16 @@
@@ -644,6 +651,16 @@
inset-inline-end
:
30px
;
inset-inline-end
:
30px
;
}
}
.search__search-clear
{
position
:
absolute
;
top
:
0
;
height
:
100%
;
cursor
:
pointer
;
border
:
none
;
background
:
none
;
inset-inline-end
:
60px
;
}
.search__search_term
::placeholder
{
.search__search_term
::placeholder
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
Loading