Issue #2421385 by mortendk: shortcut cssfile cleanup

8.0.x
Alex Pott 2015-02-17 16:08:00 +00:00
parent 09aad27d07
commit ec408a19da
3 changed files with 2 additions and 14 deletions

View File

@ -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);

View File

@ -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;
}

View File

@ -1,8 +1,6 @@
drupal.shortcut:
version: VERSION
css:
component:
css/shortcut.module.css: {}
theme:
css/shortcut.theme.css: {}
css/shortcut.icons.theme.css: {}