From e2267dfb28e477e7174f7f5eff8ea1ed09ca030d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20=C3=96z=C4=B1=C5=9F=C4=B1k?= Date: Tue, 6 Sep 2016 00:24:24 +0300 Subject: [PATCH] Correct retina icons on a forked debugger plugin When a custom debugger plugin is used, order of the css compilation changes and causing wrong display on a forked debugger with retina display. Removing this important flag solves the issue. I have not seen any side effects of removing this important flag --- plugins/c9.ide.layout.classic/less/c9-menu-btn.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/c9.ide.layout.classic/less/c9-menu-btn.less b/plugins/c9.ide.layout.classic/less/c9-menu-btn.less index d677145b..598715e1 100644 --- a/plugins/c9.ide.layout.classic/less/c9-menu-btn.less +++ b/plugins/c9.ide.layout.classic/less/c9-menu-btn.less @@ -65,7 +65,7 @@ display: none; } -.c9-menu-btn.nosize .icon { background-size: auto !important; } +.c9-menu-btn.nosize .icon { background-size: auto; } .c9-menu-btn.preferences{ padding: @preference-menu-button-padding !important; @@ -116,4 +116,4 @@ .c9-menu-btn.c9btn.offline{ color: #d22a3f; text-shadow: 0 1px black; -} \ No newline at end of file +}