/**
 * @file
 * Visual styles for toolbar.
 *
 * Our global styling from base.css is causing the background color of hovered
 * <a> tags to apply to the toolbar as well. This file is used to reset that.
 */

.toolbar-item:hover,
.toolbar-item:focus,
.toolbar-tray a:hover,
.toolbar-tray a:focus {
  background-color: inherit;
}
