CSS: Remove caret for active list items in mobile menu

This commit is contained in:
Florian Strohmaier 2019-05-06 14:58:16 +02:00
parent ac53cb6035
commit 3294e2a789
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@
box-shadow: none;
}
ul > .selected > a:after,
ul > .nav-item.active:after {
display: none;
}
.dashboard > div.container {
width: 100%;
}