Skip to content
Snippets Groups Projects
Commit 41c7a1bc authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Elmar Ludwig
Browse files

fixes #2951

Closes #2951

Merge request studip/studip!2058
parent 498bea78
No related branches found
No related tags found
No related merge requests found
...@@ -80,9 +80,7 @@ html { ...@@ -80,9 +80,7 @@ html {
z-index: 1003; z-index: 1003;
.action-menu-icon { .action-menu-icon {
border-top: 1px solid $dark-gray-color-40; border: 1px solid var(--dark-gray-color-40);
border-right: 1px solid $dark-gray-color-40;
border-bottom: 1px solid $dark-gray-color-40;
background-color: $dark-gray-color-5; background-color: $dark-gray-color-5;
height: 28px; height: 28px;
margin: 0 32px 0 0; margin: 0 32px 0 0;
...@@ -106,6 +104,10 @@ html { ...@@ -106,6 +104,10 @@ html {
left: 100%; left: 100%;
top: 0; top: 0;
} }
#notification-container + & {
border-left: 0;
}
} }
} }
.action-menu.avatar-menu { .action-menu.avatar-menu {
......
...@@ -171,8 +171,6 @@ if ($navigation) { ...@@ -171,8 +171,6 @@ if ($navigation) {
</audio> </audio>
<? endif; ?> <? endif; ?>
</div> </div>
<? else: ?>
<div id="notification-container"></div>
<? endif; ?> <? endif; ?>
<? if (Navigation::hasItem('/avatar')): ?> <? if (Navigation::hasItem('/avatar')): ?>
......
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