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
Commits
5ebb8ab9
Verified
Commit
5ebb8ab9
authored
4 years ago
by
Gaëlle Morin
Browse files
Options
Downloads
Patches
Plain Diff
feature: menu-left - hover and active styles on sub-menus
parent
3f173172
No related branches found
No related tags found
1 merge request
!255
major: release integration of the hubl styling framework
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/partials/menu-left.pug
+4
-4
4 additions, 4 deletions
src/views/partials/menu-left.pug
with
4 additions
and
4 deletions
src/views/partials/menu-left.pug
+
4
−
4
View file @
5ebb8ab9
...
@@ -47,7 +47,7 @@ solid-widget(name='hubl-menu-fix-url-contact')
...
@@ -47,7 +47,7 @@ solid-widget(name='hubl-menu-fix-url-contact')
solid-widget(name='hubl-menu-fix-url-circle')
solid-widget(name='hubl-menu-fix-url-circle')
template
template
solid-link.segment.lg-full(data-src="${value}" next="circle")
solid-link.segment.lg-full(data-src="${value}" next="circle")
solid-display(
solid-display
.segment-lg-full.text-color-white.heading-active.bg-color-heading.hover.active
(
data-src='${value}'
data-src='${value}'
fields='segment(status, circle(name, jabberID), badge)'
fields='segment(status, circle(name, jabberID), badge)'
class-segment="segment lg-full padding-top-xxsmall padding-right-small padding-left-medium"
class-segment="segment lg-full padding-top-xxsmall padding-right-small padding-left-medium"
...
@@ -71,7 +71,7 @@ solid-widget(name='hubl-menu-fix-url-circle')
...
@@ -71,7 +71,7 @@ solid-widget(name='hubl-menu-fix-url-circle')
solid-widget(name='hubl-menu-fix-url-project')
solid-widget(name='hubl-menu-fix-url-project')
template
template
solid-link.segment.lg-full(data-src="${value}" next="project")
solid-link.segment.lg-full(data-src="${value}" next="project")
solid-display(
solid-display
.segment-lg-full.text-color-white.heading-active.bg-color-heading.hover.active
(
data-src='${value}'
data-src='${value}'
fields='segment(status, project(customer.name, name, jabberID), badge)'
fields='segment(status, project(customer.name, name, jabberID), badge)'
class-segment="segment lg-full padding-top-xxsmall padding-right-small padding-left-medium"
class-segment="segment lg-full padding-top-xxsmall padding-right-small padding-left-medium"
...
@@ -148,7 +148,7 @@ solid-router#navbar-router(default-route='dashboard')
...
@@ -148,7 +148,7 @@ solid-router#navbar-router(default-route='dashboard')
div
div
div
div
div
div
solid-display.ellipsis
.text-color-white
(
solid-display.ellipsis(
bind-user
bind-user
nested-field='projects'
nested-field='projects'
fields='project'
fields='project'
...
@@ -177,7 +177,7 @@ solid-router#navbar-router(default-route='dashboard')
...
@@ -177,7 +177,7 @@ solid-router#navbar-router(default-route='dashboard')
div
div
div
div
div
div
solid-display.ellipsis
.text-color-white
(
solid-display.ellipsis(
bind-user
bind-user
nested-field='circles'
nested-field='circles'
fields='circle'
fields='circle'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment