From ec408a19da124291f58b44cbf67573a29ebaa324 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 17 Feb 2015 16:08:00 +0000 Subject: [PATCH] Issue #2421385 by mortendk: shortcut cssfile cleanup --- core/modules/shortcut/css/shortcut.icons.theme.css | 2 ++ core/modules/shortcut/css/shortcut.module.css | 12 ------------ core/modules/shortcut/shortcut.libraries.yml | 2 -- 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 core/modules/shortcut/css/shortcut.module.css diff --git a/core/modules/shortcut/css/shortcut.icons.theme.css b/core/modules/shortcut/css/shortcut.icons.theme.css index 18b15d7c401c..e15f7d8141d1 100644 --- a/core/modules/shortcut/css/shortcut.icons.theme.css +++ b/core/modules/shortcut/css/shortcut.icons.theme.css @@ -21,6 +21,8 @@ background: transparent url(../images/favstar.svg) no-repeat left top; width: 20px; height: 20px; + display: inline-block; + vertical-align: -2px; } [dir="rtl"] .add-or-remove-shortcuts .icon { background-image: url(../images/favstar-rtl.svg); diff --git a/core/modules/shortcut/css/shortcut.module.css b/core/modules/shortcut/css/shortcut.module.css deleted file mode 100644 index d9e556ea77ee..000000000000 --- a/core/modules/shortcut/css/shortcut.module.css +++ /dev/null @@ -1,12 +0,0 @@ -/** - * @file - * Generic base styles for shortcut module. - */ - -/** - * Add/remove links. - */ -.add-or-remove-shortcuts .icon { - display: inline-block; - vertical-align: -2px; -} diff --git a/core/modules/shortcut/shortcut.libraries.yml b/core/modules/shortcut/shortcut.libraries.yml index 90152dad4e45..57a05bb9c182 100644 --- a/core/modules/shortcut/shortcut.libraries.yml +++ b/core/modules/shortcut/shortcut.libraries.yml @@ -1,8 +1,6 @@ drupal.shortcut: version: VERSION css: - component: - css/shortcut.module.css: {} theme: css/shortcut.theme.css: {} css/shortcut.icons.theme.css: {}