Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / navigation / toolbar / toolbar.css
diff --git a/web/core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css b/web/core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css
new file mode 100644 (file)
index 0000000..bd04fae
--- /dev/null
@@ -0,0 +1,14 @@
+/**
+ * @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;
+}