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
6574341a
Commit
6574341a
authored
Apr 01, 2021
by
Andreas Resch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove use of use-deprecated-sizes
parent
979bf45b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/ide/components/merge_requests/list.vue
...assets/javascripts/ide/components/merge_requests/list.vue
+2
-2
No files found.
app/assets/javascripts/ide/components/merge_requests/list.vue
View file @
6574341a
...
...
@@ -87,7 +87,7 @@ export default {
@
input=
"searchMergeRequests"
@
removeToken=
"setSearchType(null)"
/>
<gl-icon
:size=
"1
8"
name=
"search"
class=
"ml-3 input-icon"
use-deprecated-sizes
/>
<gl-icon
:size=
"1
6"
name=
"search"
class=
"ml-3 input-icon"
/>
</label>
<div
class=
"dropdown-content ide-merge-requests-dropdown-content d-flex"
>
<gl-loading-icon
...
...
@@ -105,7 +105,7 @@ export default {
@
click.stop=
"setSearchType(searchType)"
>
<span
class=
"d-flex gl-mr-3 ide-search-list-current-icon"
>
<gl-icon
:size=
"1
8"
name=
"search"
use-deprecated-sizes
/>
<gl-icon
:size=
"1
6"
name=
"search"
/>
</span>
<span>
{{
searchType
.
label
}}
</span>
</button>
...
...
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