Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

link.css

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/css/classy/components/link.css
  2. 11.1.x core/themes/starterkit_theme/css/components/link.css

Style another element as a link.

File

core/themes/claro/css/classy/components/link.css

View source
  1. /**
  2. * @file
  3. * Style another element as a link.
  4. */
  5. button.link {
  6. margin: 0;
  7. padding: 0;
  8. cursor: pointer;
  9. border: 0;
  10. background: transparent;
  11. font-size: 1em;
  12. }
  13. label button.link {
  14. font-weight: bold;
  15. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal