/* @file
 * Drupal common overrides
 *
 */

// Toolbar causes a white bar because of transforms getting miscalculated in the navbar logic
#toolbar-administration * {
  transition: color .2s, background .2s, background-color .2s, opacity .2s !important;
}
