Skip to content
Snippets Groups Projects
Commit 2e7d8f5e authored by Gaëlle Morin's avatar Gaëlle Morin Committed by Jean-Baptiste Pasquier
Browse files

Gm fixbug

parent 17d2cd31
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ nav#main__menu ...@@ -27,7 +27,7 @@ nav#main__menu
div.menu-icon.icon-folder-alt div.menu-icon.icon-folder-alt
sib-route(name='project', rdf-type='hd:project', use-id='', hidden) sib-route(name='project', rdf-type='hd:project', use-id='', hidden)
div.sub-menu.menu-notification div.sub-menu.menu-notification
sib-display( sib-display.project-tab(
data-src=`${endpoints.projects}` data-src=`${endpoints.projects}`
fields='project(customer.name, name), badge' fields='project(customer.name, name), badge'
class-customer.name='project-customer' class-customer.name='project-customer'
......
...@@ -113,8 +113,12 @@ ...@@ -113,8 +113,12 @@
width: calc(150px - 10px); width: calc(150px - 10px);
/* 10px = padding of the sib-set-default = better alignment */ /* 10px = padding of the sib-set-default = better alignment */
} }
}
.project-tab>div>sib-display[fields='project(customer.name, name), badge']>div:hover {
background-color: $color-233-20-17;
&:hover { sib-set-default[name='project'] {
background-color: $color-233-20-17; background-color: $color-233-20-17;
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.26); box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.26);
color: $color-218-100-98; color: $color-218-100-98;
...@@ -126,6 +130,10 @@ ...@@ -126,6 +130,10 @@
.project-name { .project-name {
width: auto; width: auto;
} }
.project-name {
font-weight: normal;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment