summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-22 16:14:53 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-06-22 16:14:53 +0000
commit36e645c31ec2b663b4fdd9a263b26b80528be5fe (patch)
tree02e101d6ca06e61818dbb68c924ed92edba0bc7d /app/views/shared
parent1d9bbb0b8ef4d67833fc99a5c6ffcdafa43a38d6 (diff)
parent94ac45cf0ec9ec6736c4c24e8dd693ab81fe3f22 (diff)
downloadgitlab-ce-36e645c31ec2b663b4fdd9a263b26b80528be5fe.tar.gz
Merge branch 'arrow-nav-bug' into 'master'
Hide nav arrows by default ## What does this MR do? - Fixes the arrow icon flashing on page load - Removes settings dropdown at higher breakpoint - Removes unneeded CSS Closes #18941 ## Screenshots (if relevant) Arrow flashing bug: ![icon](/uploads/3db95626acd0adb37438bdbc2c4aa154/icon.gif) Settings dropdown breaking nav: <img src="/uploads/4351035f4cf8cb9fd892b621e6339e50/Screen_Shot_2016-06-21_at_4.25.50_PM.png" width="800px"> @alfredo1 would you mind double checking this to make sure the arrow flashing is definitely not happening? See merge request !4843
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_event_filter.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/shared/_event_filter.html.haml b/app/views/shared/_event_filter.html.haml
index aa18e6f236f..8824bcc158e 100644
--- a/app/views/shared/_event_filter.html.haml
+++ b/app/views/shared/_event_filter.html.haml
@@ -1,9 +1,5 @@
%ul.nav-links.event-filter.scrolling-tabs
- %li.fade-left
- = icon('arrow-left')
= event_filter_link EventFilter.push, 'Push events'
= event_filter_link EventFilter.merged, 'Merge events'
= event_filter_link EventFilter.comments, 'Comments'
= event_filter_link EventFilter.team, 'Team'
- %li.fade-right
- = icon('arrow-right')