Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a3da0ae5
Commit
a3da0ae5
authored
Feb 18, 2022
by
Dheeraj Joshi
Committed by
Andrew Fontaine
Feb 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Apply 1 suggestion(s) to 1 file(s)"
This reverts commit 97b92b23dc64f40d2380bebf7fc512fc8498e81b.
parent
450f2c4f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
app/assets/stylesheets/pages/search.scss
app/assets/stylesheets/pages/search.scss
+9
-8
No files found.
app/assets/stylesheets/pages/search.scss
View file @
a3da0ae5
...
...
@@ -366,12 +366,13 @@ input[type='checkbox']:hover {
}
}
// Disable webkit input icons, link to solution: https://stackoverflow.com/questions/9421551/how-do-i-remove-all-default-webkit-search-field-styling
/* stylelint-disable property-no-vendor-prefix */
input
[
type
=
'search'
]
::-webkit-search-decoration
,
input
[
type
=
'search'
]
::-webkit-search-cancel-button
,
input
[
type
=
'search'
]
::-webkit-search-results-button
,
input
[
type
=
'search'
]
::-webkit-search-results-decoration
{
-webkit-appearance
:
none
;
// Disable Webkit's search input styles
input
[
type
=
'search'
]
{
/* stylelint-disable-next-line property-no-vendor-prefix */
-webkit-appearance
:
textfield
;
&
:
:-
webkit-search-cancel-button
,
&::-
webkit-search-results-button
{
@include
gl-display-none
;
}
}
/* stylelint-enable */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment