File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 88, # recoveryEnabledSuccess {
99 display : none;
1010}
11+
12+ /* icons for sidebar */
13+ .nav-icon-basic-encryption-module {
14+ background-image : url ('../img/app.svg?v=1' );
15+ }
Original file line number Diff line number Diff line change @@ -77,6 +77,6 @@ public function getPriority() {
7777 * {@inheritdoc}
7878 */
7979 public function getIcon () {
80- return $ this ->url ->imagePath ('user_ldap ' , 'app.svg ' );
80+ return $ this ->url ->imagePath ('user_ldap ' , 'app-dark .svg ' );
8181 }
8282}
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function testGetPriority() {
6868 public function testGetIcon () {
6969 $ this ->url ->expects ($ this ->once ())
7070 ->method ('imagePath ' )
71- ->with ('user_ldap ' , 'app.svg ' )
71+ ->with ('user_ldap ' , 'app-dark .svg ' )
7272 ->willReturn ('icon ' );
7373
7474 $ this ->assertSame ('icon ' , $ this ->section ->getIcon ());
You can’t perform that action at this time.
0 commit comments