mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
added link to 'install plugins' page in acp installed plugins menu dropdown
also fixed annoying white background when a menu item other than the one active is focused upon
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
|
||||
.nav-list {
|
||||
background: #232323;
|
||||
|
||||
li {
|
||||
i {
|
||||
margin-right: 6px;
|
||||
@@ -134,6 +135,10 @@
|
||||
padding-left: 11px;
|
||||
outline: 0;
|
||||
|
||||
&:focus {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
span {
|
||||
opacity: 0;
|
||||
margin-right: -8px;
|
||||
|
||||
Reference in New Issue
Block a user