From 674460423e9093a169bebbf48f47eafcf41627ff Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Tue, 24 Sep 2013 22:13:14 +0200 Subject: [PATCH] Issue #2094817 by mcjim: Fixed Vertical toolbar down icons are stretched. --- core/modules/toolbar/css/toolbar.icons.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/toolbar/css/toolbar.icons.css b/core/modules/toolbar/css/toolbar.icons.css index b0f14a3a56a2..b10de97aa305 100644 --- a/core/modules/toolbar/css/toolbar.icons.css +++ b/core/modules/toolbar/css/toolbar.icons.css @@ -305,7 +305,7 @@ } .toolbar .menu .menu .toolbar-icon.toolbar-handle:before { background-image: url("../../../misc/icons/5181c6/twistie-down.svg"); - background-size: 75% 75%; + background-size: 75%; } .no-svg .toolbar .menu .menu .toolbar-icon.toolbar-handle:before { background-image: url("../../../misc/icons/5181c6/twistie-down.png"); @@ -313,7 +313,7 @@ } .toolbar .menu .menu .toolbar-icon.toolbar-handle.open:before { background-image: url("../../../misc/icons/787878/twistie-up.svg"); - background-size: 75% 75%; + background-size: 75%; } .no-svg .toolbar .menu .menu .toolbar-icon.toolbar-handle.open:before { background-image: url("../../../misc/icons/787878/twistie-up.png"); -- GitLab