Skip to content
Snippets Groups Projects
Unverified Commit d52b43ba authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

add hover color to dash card titles (#12053)

parent aac487fc
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ import LegendItem from "./LegendItem";
import cx from "classnames";
import { normal } from "metabase/lib/colors";
const DEFAULT_COLORS = Object.values(normal);
const MIN_WIDTH_PER_SERIES = 100;
......@@ -76,6 +75,7 @@ export default class LegendHeader extends Component {
className={cx(
styles.LegendHeader,
"Card-title mx1 flex flex-no-shrink flex-row align-center",
{ "text-brand-hover": !isBreakoutSeries },
)}
>
{series.map((s, index) => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment