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
6860b029
Commit
6860b029
authored
Jun 09, 2021
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dropdown caret for top nav redesign
-
https://gitlab.com/gitlab-org/gitlab/-/issues/331331#note_596202895
parent
7d39e755
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
app/assets/javascripts/nav/components/top_nav_app.vue
app/assets/javascripts/nav/components/top_nav_app.vue
+1
-0
app/views/layouts/nav/_top_nav.html.haml
app/views/layouts/nav/_top_nav.html.haml
+0
-1
No files found.
app/assets/javascripts/nav/components/top_nav_app.vue
View file @
6860b029
...
...
@@ -26,6 +26,7 @@ export default {
menu-class=
"gl-mt-3! gl-max-w-none! gl-max-h-none! gl-sm-w-auto! js-top-nav-dropdown-menu"
toggle-class=
"top-nav-toggle js-top-nav-dropdown-toggle gl-px-3!"
no-flip
no-caret
>
<gl-dropdown-form>
<top-nav-dropdown-menu
...
...
app/views/layouts/nav/_top_nav.html.haml
View file @
6860b029
...
...
@@ -4,7 +4,6 @@
%a
.top-nav-toggle
{
href:
'#'
,
type:
'button'
,
data:
{
toggle:
"dropdown"
}
}
=
sprite_icon
(
'hamburger'
,
css_class:
"dropdown-icon"
)
=
view_model
[
:activeTitle
]
=
sprite_icon
(
'chevron-down'
)
.hidden
-
view_model
[
:shortcuts
].
each
do
|
shortcut
|
...
...
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