Skip to content
Snippets Groups Projects
Commit ec408a19 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2421385 by mortendk: shortcut cssfile cleanup

parent 09aad27d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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);
......
/**
* @file
* Generic base styles for shortcut module.
*/
/**
* Add/remove links.
*/
.add-or-remove-shortcuts .icon {
display: inline-block;
vertical-align: -2px;
}
drupal.shortcut:
version: VERSION
css:
component:
css/shortcut.module.css: {}
theme:
css/shortcut.theme.css: {}
css/shortcut.icons.theme.css: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment