You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2019/06/05 16:33:25 UTC

[qpid-dispatch] branch master updated: DISPATCH-1356 Remove dotted line around pinned router icons in console

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

eallen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 14d6501  DISPATCH-1356 Remove dotted line around pinned router icons in console
14d6501 is described below

commit 14d6501ba57b0adc4303a82b10b906b797cffdd6
Author: Ernest Allen <ea...@redhat.com>
AuthorDate: Wed Jun 5 12:33:07 2019 -0400

    DISPATCH-1356 Remove dotted line around pinned router icons in console
---
 console/stand-alone/plugin/css/dispatch.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/console/stand-alone/plugin/css/dispatch.css b/console/stand-alone/plugin/css/dispatch.css
index 73811dd..0c79e1b 100644
--- a/console/stand-alone/plugin/css/dispatch.css
+++ b/console/stand-alone/plugin/css/dispatch.css
@@ -1082,7 +1082,7 @@ svg {
   }
   
   circle.node.fixed {
-      stroke-dasharray: 10,2;
+      /* stroke-dasharray: 10,2; */
   }
   text {
     /*font: 12px sans-serif;*/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org