File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
sass/themes/schemas/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111/// @type {Map}
1212/// @prop {Map} subquery-header-background [color: ('gray', 50)] - The background color of the subquery header.
1313/// @prop {Map} subquery-border-color [color: ('gray', 200)] - The border color of the query block.
14- /// @prop {Map} separator-color [color: ('gray', 200 )] - The separator color of the query block.
14+ /// @prop {Map} separator-color [color: ('gray', 300 )] - The separator color of the query block.
1515/// @prop {Color} color-expression-group-and [#da64ff] - The color of advanced filtering "AND" condition group.
1616/// @prop {Color} color-expression-group-or [#19ad87] - The color of advanced filtering "OR" condition group.
1717$dark-query-builder : (
@@ -76,7 +76,7 @@ $dark-bootstrap-query-builder: extend(
7676/// @type {Map}
7777/// @prop {Map} background [color: ('gray', 50)] - The background color of the query builder.
7878/// @prop {Map} header-background [color: ('gray', 50)] - The background color of the query builder header.
79- /// @prop {Map} subquery-header-background [contrast: ('gray', 50, .05)] - The background color of the subquery header.
79+ /// @prop {Map} subquery-header-background [contrast-color : ('gray', 50, .05)] - The background color of the subquery header.
8080/// @prop {Map} subquery-border-color [color: ('gray', 100)] - The border color of the query block.
8181/// @see $indigo-query-builder
8282/// @requires $indigo-query-builder
Original file line number Diff line number Diff line change 1616/// @prop {Map} header-foreground [color: ('gray', 900)] - The foreground color of the query builder header.
1717/// @prop {Color} header-border [transparent] - The border color of the query builder header.
1818/// @prop {Map} label-foreground [color: ('gray', 700)] - The color for query builder labels "from" & "select".
19- /// @prop {Map} separator-color [color: ('gray', 300 )] - The separator color of the query builder tree block.
20- /// @prop {Map} subquery-header-background [color: ('gray, 100' )] - The background color of the subquery header.
19+ /// @prop {Map} separator-color [color: ('gray', 500 )] - The separator color of the query builder tree block.
20+ /// @prop {Map} subquery-header-background [color: ('gray' , 100)] - The background color of the subquery header.
2121/// @prop {Map} subquery-border-color [color: ('gray', 300)] - The border color of the subquery block.
2222/// @prop {Color} color-expression-group-and [#9c27b0] - The color of advanced filtering "AND" condition group.
2323/// @prop {Color} color-expression-group-or [#007254] - The color of advanced filtering "OR" condition group.
You can’t perform that action at this time.
0 commit comments