You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/27 15:00:25 UTC

[isis] branch master updated: ISIS-2617: add css class to menu-bar brand logo

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new f19e704  ISIS-2617: add css class to menu-bar brand logo
f19e704 is described below

commit f19e70454c815f4b6ae51e35a43529e2a4a46c69
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 27 17:00:05 2021 +0200

    ISIS-2617: add css class to menu-bar brand logo
    
    so devs can easily select and customize
---
 .../org/apache/isis/viewer/wicket/ui/components/header/HeaderPanel.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/header/HeaderPanel.html b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/header/HeaderPanel.html
index 095b2d8..aa5ea3c 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/header/HeaderPanel.html
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/header/HeaderPanel.html
@@ -26,7 +26,7 @@
     <div class="container-fluid">
         <a class="navbar-brand mr-1 ml-n2 mt-n2 mb-n2" wicket:id="applicationName">
             <span wicket:id="brandText"></span>
-            <img alt="Brand" wicket:id="brandLogo"/>
+            <img class="navbar-brand-logo" alt="Brand" wicket:id="brandLogo"/>
         </a>
         <button type="button" class="navbar-toggler" data-toggle="collapse" data-target=".navbar-collapse.app-actions" aria-expanded="false" aria-label="Toggle navigation">
             <span class="navbar-toggler-icon"></span>