File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
sass/themes/schemas/components Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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.
1414/// @prop {Map} separator-color [color: ('gray', 200)] - The separator color of the query block.
15- /// @prop {Color} color-expression-group-and [#DA64FF ] - The color of advanced filtering "AND" condition group.
16- /// @prop {Color} color-expression-group-or [#19AD87 ] - The color of advanced filtering "OR" condition group.
15+ /// @prop {Color} color-expression-group-and [#da64ff ] - The color of advanced filtering "AND" condition group.
16+ /// @prop {Color} color-expression-group-or [#19ad87 ] - The color of advanced filtering "OR" condition group.
1717$dark-query-builder : (
1818 subquery-header-background : (
1919 color : (
@@ -37,6 +37,7 @@ $dark-query-builder: (
3737 ),
3838
3939 color-expression-group-and : #da64ff ,
40+
4041 color-expression-group-or : #19ad87 ,
4142);
4243
@@ -90,19 +91,22 @@ $dark-indigo-query-builder: extend(
9091 50 ,
9192 ),
9293 ),
94+
9395 header- background: (
9496 color : (
9597 ' gray' ,
9698 50 ,
9799 ),
98100 ),
101+
99102 subquery- header- background: (
100103 contrast- color: (
101104 ' gray' ,
102105 50 ,
103106 0.05 ,
104107 ),
105108 ),
109+
106110 subquery- border- color: (
107111 color : (
108112 ' gray' ,
Original file line number Diff line number Diff line change 1919/// @prop {Map} separator-color [color: ('gray', 300)] - The separator color of the query builder tree block.
2020/// @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.
22- /// @prop {Color} color-expression-group-and [#DA64FF ] - The color of advanced filtering "AND" condition group.
23- /// @prop {Color} color-expression-group-or [#048261 ] - The color of advanced filtering "OR" condition group.
22+ /// @prop {Color} color-expression-group-and [#9c27b0 ] - The color of advanced filtering "AND" condition group.
23+ /// @prop {Color} color-expression-group-or [#007254 ] - The color of advanced filtering "OR" condition group.
2424/// @prop {Number} subquery-border-radius [rem(12px)] - The border radius of the subquery block.
2525/// @prop {Number} border-radius [rem(4px)] - The border radius of the query builder.
2626/// @requires {Map} $default-elevation-query-builder
You can’t perform that action at this time.
0 commit comments