adds active class on login items menu

This commit is contained in:
decabeza
2017-07-19 17:03:19 +02:00
parent 99a1f514a8
commit 79fb497bfb
2 changed files with 20 additions and 4 deletions

View File

@@ -533,6 +533,14 @@ header {
}
}
.top-bar-right {
.active {
font-weight: bold;
text-decoration: underline;
}
}
.submenu {
border-bottom: 1px solid $border;
clear: both;