Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Merge requests
!314
feature: add displayStartEndDates poll option
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feature: add displayStartEndDates poll option
feature/solid_poll_show_date_option
into
master
Overview
0
Commits
7
Pipelines
8
Changes
3
Merged
Sylvain Lehmann
requested to merge
feature/solid_poll_show_date_option
into
master
3 years ago
Overview
0
Commits
7
Pipelines
8
Changes
1
Expand
0
0
Merge request reports
Compare
version 4
version 7
1d4eb8cf
3 years ago
version 6
a57a4a54
3 years ago
version 5
2929a618
3 years ago
version 4
597c606c
3 years ago
version 3
75c0b151
3 years ago
version 2
4c6bf087
3 years ago
version 1
d5dee64a
3 years ago
master (base)
and
version 5
latest version
5932d830
7 commits,
3 years ago
version 7
1d4eb8cf
6 commits,
3 years ago
version 6
a57a4a54
5 commits,
3 years ago
version 5
2929a618
2 commits,
3 years ago
version 4
597c606c
2 commits,
3 years ago
version 3
75c0b151
1 commit,
3 years ago
version 2
4c6bf087
1 commit,
3 years ago
version 1
d5dee64a
1 commit,
3 years ago
Show latest version
1 file
+
7
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/styles/left-nav/_index.scss
+
7
−
6
Options
@@ -220,15 +220,15 @@ nav#main__menu {
/* The little cross icon on contacts' name appears or disapear + hover + styles */
.sub-menu__contacts
>
div
>
solid-display
{
height
:
28px
;
display
:
block
;
hubl-menu-contact-removed
{
display
:
none
;
button
{
visibility
:
hidden
;
}
}
}
.sub-menu__contacts
>
div
>
solid-display
{
height
:
28px
;
display
:
block
;
&
:hover
{
@@ -257,7 +257,8 @@ nav#main__menu {
padding-top
:
5px
;
button
{
visibility
:
visible
;
&
::before
{
font-size
:
18px
;
color
:
white
;
Loading