Issue #2421385 by mortendk: shortcut cssfile cleanup
parent
09aad27d07
commit
ec408a19da
|
|
@ -21,6 +21,8 @@
|
||||||
background: transparent url(../images/favstar.svg) no-repeat left top;
|
background: transparent url(../images/favstar.svg) no-repeat left top;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: -2px;
|
||||||
}
|
}
|
||||||
[dir="rtl"] .add-or-remove-shortcuts .icon {
|
[dir="rtl"] .add-or-remove-shortcuts .icon {
|
||||||
background-image: url(../images/favstar-rtl.svg);
|
background-image: url(../images/favstar-rtl.svg);
|
||||||
|
|
|
||||||
|
|
@ -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;
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
drupal.shortcut:
|
drupal.shortcut:
|
||||||
version: VERSION
|
version: VERSION
|
||||||
css:
|
css:
|
||||||
component:
|
|
||||||
css/shortcut.module.css: {}
|
|
||||||
theme:
|
theme:
|
||||||
css/shortcut.theme.css: {}
|
css/shortcut.theme.css: {}
|
||||||
css/shortcut.icons.theme.css: {}
|
css/shortcut.icons.theme.css: {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue