[TELE-725] hide ugly slash in toplinks

This commit is contained in:
Daniel Muyshond 2020-10-29 15:15:28 +01:00
parent 3904693087
commit fd9f714626
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ h1#logo {
#toplinks a:hover {
border-bottom: 1px solid $toplinks-color;
}
/* hide toplinks separator */
#toplinks span.login span.sep { visibility: hidden }
/* Hide connexion/inscription when anonymous connexion*/
body.section-profil.anonymous-user #toplinks {
display:none;