From b9e2e7ea9c5bbbcbb2fd91c0e7a3c87b46acca58 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 17 Feb 2015 00:45:09 +0000 Subject: [PATCH] Issue #2426973 by tstoeckler: shortcut.theme.css makes .edit-shortcuts display: block unnecessarily --- core/modules/shortcut/css/shortcut.theme.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/modules/shortcut/css/shortcut.theme.css b/core/modules/shortcut/css/shortcut.theme.css index 1d1405f1745b..5b22f828b9a4 100644 --- a/core/modules/shortcut/css/shortcut.theme.css +++ b/core/modules/shortcut/css/shortcut.theme.css @@ -6,9 +6,6 @@ /** * Toolbar. */ -.edit-shortcuts { - display: block; -} .toolbar .toolbar-tray-vertical .edit-shortcuts { text-align: right; /* LTR */ padding: 1em; -- GitLab