Add active class to appmenu

This commit is contained in:
Julius Haertl
2017-02-01 18:51:09 +01:00
parent 2085e9b300
commit e05c2469b4
2 changed files with 2 additions and 13 deletions

View File

@@ -40,16 +40,6 @@
height: auto;
}
#app-navigation .active,
#app-navigation .active a,
#app-navigation li:hover > a,
#app-navigation li:focus > a,
#app-navigation a:focus,
#app-navigation .selected,
#app-navigation .selected a {
background-color: #fafafa;
}
#app-navigation .board-bullet {
position: absolute;
margin-left: 17px;
@@ -65,7 +55,7 @@
position: relative;
height: 100%;
white-space: nowrap;
overflow: none;
overflow: hidden;
padding: 0;
z-index: 100;
width: 100%;
@@ -648,7 +638,6 @@ input.input-inline {
margin-top: -4px;
line-height: 100%;
margin-bottom: -4px;
}
button {