Skip to content
Snippets Groups Projects
Commit 3d41715e authored by Tom Robinson's avatar Tom Robinson
Browse files

Give aggregation target green color

parent 1809c9b1
Branches
Tags
No related merge requests found
......@@ -368,11 +368,13 @@
/* VIEW SECTION */
.View-section-aggregation,
.View-section-aggregation-target,
.View-section-breakout {
color: var(--green-color);
}
.View-section-aggregation.selected .QueryOption,
.View-section-aggregation-target.selected .QueryOption,
.View-section-breakout.selected .QueryOption {
color: var(--green-color);
}
......
......@@ -89,6 +89,7 @@ export default React.createClass({
<div className="flex align-center">
<span className="text-bold">of</span>
<SelectionModule
className="View-section-aggregation-target"
placeholder="What attribute?"
items={this.state.aggregationFields}
display="1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment