Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
9a95f87d456a
Commit
5c17fe58
authored
Sep 29, 2017
by
Tim Zallmann
Browse files
FIxed the clearing icon + jumping of fluid nav bar
parent
c5abc64f1d0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/search_autocomplete.js
View file @
9a95f87d
...
...
@@ -287,6 +287,7 @@ import { isInGroupsPage, isInProjectPage, getGroupSlug, getProjectSlug } from '.
onClearInputClick
(
e
)
{
e
.
preventDefault
();
this
.
wrap
.
toggleClass
(
'
has-value
'
,
!!
e
.
target
.
value
);
return
this
.
searchInput
.
val
(
''
).
focus
();
}
...
...
app/assets/stylesheets/framework/new-nav.scss
View file @
9a95f87d
...
...
@@ -120,7 +120,7 @@ header.navbar-gitlab-new {
.container-fluid
{
.navbar-toggle
{
min-width
:
45px
;
padding
:
4px
$gl-padding
;
padding
:
0
$gl-padding
;
margin-right
:
-7px
;
text-align
:
center
;
color
:
currentColor
;
...
...
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