shortcut.module.css

Generic base styles for shortcut module.

File

drupal/core/modules/shortcut/css/shortcut.module.css
View source
  1. /**
  2. * @file
  3. * Generic base styles for shortcut module.
  4. */
  5. /**
  6. * Add/remove links.
  7. */
  8. .add-or-remove-shortcuts .icon {
  9. display: block;
  10. float: left; /* LTR */
  11. margin-top: 5px;
  12. }
  13. .add-or-remove-shortcuts .text {
  14. display: none;
  15. float: left; /* LTR */
  16. padding-top: 2px;
  17. }
  18. .add-or-remove-shortcuts a:focus .text,
  19. .add-or-remove-shortcuts a:hover .text {
  20. display: block;
  21. }