toolbar.css

This file is used to style the admin toolbar.

Button styles in /css/base.css change the font for the 'Edit' button in the admin toolbar - set this back to inherit, which normalize.css does.

File

core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css

View source
  1. /**
  2. * @file
  3. * This file is used to style the admin toolbar.
  4. *
  5. * Button styles in /css/base.css change the font for the 'Edit' button
  6. * in the admin toolbar - set this back to inherit, which normalize.css does.
  7. */
  8. .toolbar button {
  9. font-family: inherit;
  10. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.