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
785e0235
Commit
785e0235
authored
Sep 02, 2020
by
Natalia Tepluhina
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'typos-in-css-ee' into 'master'
Fix typos in CSS classname See merge request gitlab-org/gitlab!41039
parents
3723e6c9
9b6f6134
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/assets/javascripts/feature_flags/components/environments_dropdown.vue
...cripts/feature_flags/components/environments_dropdown.vue
+1
-1
ee/app/assets/stylesheets/pages/feature_flags.scss
ee/app/assets/stylesheets/pages/feature_flags.scss
+2
-2
No files found.
ee/app/assets/javascripts/feature_flags/components/environments_dropdown.vue
View file @
785e0235
...
...
@@ -171,7 +171,7 @@ export default {
<
template
>
<div>
<div
class=
"dropdown position-relative"
>
<gl-icon
name=
"search"
class=
"seach-icon-input"
/>
<gl-icon
name=
"search"
class=
"sea
r
ch-icon-input"
/>
<input
type=
"text"
...
...
ee/app/assets/stylesheets/pages/feature_flags.scss
View file @
785e0235
...
...
@@ -10,14 +10,14 @@ $label-blue: #428bca;
background-color
:
$gray-300
;
}
.seach-icon-input
,
.sea
r
ch-icon-input
,
.clear-search-input
{
position
:
absolute
;
z-index
:
10
;
fill
:
$gray-300
;
}
.seach-icon-input
{
.sea
r
ch-icon-input
{
left
:
4px
;
top
:
10px
;
}
...
...
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