shortcut.base.css

Generic base styles for shortcut module.

File

drupal/core/modules/shortcut/shortcut.base.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. }
  12. .add-or-remove-shortcuts .text {
  13. display: none;
  14. float: left; /* LTR */
  15. }
  16. .add-or-remove-shortcuts a:focus .text,
  17. .add-or-remove-shortcuts a:hover .text {
  18. display: block;
  19. }