drupal/core/modules/shortcut/shortcut.base.css

21 lines
347 B
CSS

/**
* @file
* Generic base styles for shortcut module.
*/
/**
* Add/remove links.
*/
.add-or-remove-shortcuts .icon {
display: block;
float: left; /* LTR */
}
.add-or-remove-shortcuts .text {
display: none;
float: left; /* LTR */
}
.add-or-remove-shortcuts a:focus .text,
.add-or-remove-shortcuts a:hover .text {
display: block;
}