Skip to content
Snippets Groups Projects
Verified Commit 2b49bc6e authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

update: left-menu : hover removed

parent a468fe23
No related branches found
No related tags found
3 merge requests!171Feature/job board,!163minor: Utility Classes & Responsive,!154Feature/utility classes
......@@ -292,58 +292,6 @@
}
}
/* Styles for hovering (only on large screens) */
#main__menu sib-router .sub-menu.menu-notification>sib-display>div>sib-display>div>hubl-menu-fix-url-project>sib-display>div:hover,
#main__menu sib-router .sub-menu.menu-notification>sib-display>div>sib-display>div>hubl-menu-fix-url-circle>sib-display>div:hover {
@include breakpoint(lg) {
background-color: var(--color-secondary);
color: var(--color-white);
display: block;
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.26);
opacity: 70%;
width: 250px;
box-sizing: border-box;
font-weight: normal;
>hubl-menu-publicprivate {
display: none;
}
>hubl-counter {
display: none;
}
/* Hover for projects */
>sib-set-default[name='project']>.project-customer {
font-weight: normal;
padding-left: 1rem;
text-align: left;
width: 150px;
white-space: break-spaces;
}
sib-set-default[name='project']>.project-name {
padding-left: 1rem;
width: 100%;
&>div {
white-space: break-spaces;
text-align: left;
}
}
/* Hover for circles */
>sib-display-div[name="name"] {
width: 100%;
&>div {
padding-left: 1rem;
white-space: normal;
}
}
}
}
// Temporary fix for badges
sib-fix-badge {
display: none;
......
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