Skip to content

Commit

Permalink
fix(query-builder): fix chip label opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
desig9stein committed Oct 7, 2024
1 parent 1993b3b commit a0842de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
}

%filter-tree__expression-condition {
opacity: .7;
opacity: if($variant != 'indigo', .6, .8);
}

%filter-tree__buttons {
Expand Down

0 comments on commit a0842de

Please sign in to comment.