|
17 | 17 | /// @prop {Number} header-border-width [1px] - The border width used for header borders. |
18 | 18 | /// @prop {String} header-border-style [solid] - The border style used for header borders. |
19 | 19 | /// @prop {Map} header-border-color [color: ('gray', 400)] - The color used for header borders. |
| 20 | +/// @prop {Map} action-border-color [color: ('gray', 400)] - The color used for action borders. |
20 | 21 | /// @prop {Map} ghost-header-text-color [color: ('gray', 700)] - The dragged header text color. |
21 | 22 | /// @prop {Map} ghost-header-icon-color [color: ('gray', 600)] - The dragged header icon color. |
22 | 23 | /// @prop {Map} ghost-header-background [color: ('gray', 50)] - The dragged header background color. |
@@ -179,6 +180,13 @@ $light-grid: extend( |
179 | 180 | ), |
180 | 181 | ), |
181 | 182 |
|
| 183 | + action-border-color: ( |
| 184 | + color: ( |
| 185 | + 'gray', |
| 186 | + 400, |
| 187 | + ), |
| 188 | + ), |
| 189 | + |
182 | 190 | ghost-header-background: ( |
183 | 191 | color: ( |
184 | 192 | 'gray', |
@@ -839,6 +847,7 @@ $material-grid: extend( |
839 | 847 | /// @prop {Map} header-selected-background [color: ('gray', 200)] - The table header background color when selected (ex. column selection). |
840 | 848 | /// @prop {Map} header-selected-text-color [contrast-color: ('gray', 200)] - The table header text color when selected (ex. column selection). |
841 | 849 | /// @prop {Map} header-border-color [color: ('gray', 300)] - The color used for header borders. |
| 850 | +/// @prop {Map} action-border-color [color: ('gray', 300)] - The color used for action borders. |
842 | 851 | /// @prop {Map} row-selected-background [color: ('gray', 200)] - The selected row background color. |
843 | 852 | /// @prop {Map} row-selected-hover-background [color: ('gray', 300)] - The selected row hover background. |
844 | 853 | /// @prop {Map} body-column-selected-border-color [color: ('gray', 200)] - The border color used for the body column when in group-row state. |
@@ -904,6 +913,13 @@ $fluent-grid: extend( |
904 | 913 | ), |
905 | 914 | ), |
906 | 915 |
|
| 916 | + action-border-color: ( |
| 917 | + color: ( |
| 918 | + 'gray', |
| 919 | + 300, |
| 920 | + ), |
| 921 | + ), |
| 922 | + |
907 | 923 | row-border-color: ( |
908 | 924 | color: ( |
909 | 925 | 'gray', |
@@ -1226,6 +1242,7 @@ $bootstrap-grid: extend( |
1226 | 1242 | /// @prop {Map} header-selected-background [color: ('primary', 50)] - The table header background color when selected (ex. column selection). |
1227 | 1243 | /// @prop {Map} header-selected-text-color [color: 'gray', 900] - The table header text color when selected (ex. column selection). |
1228 | 1244 | /// @prop {Map} header-border-color [color: ('gray', 400)] - The color used for header borders. |
| 1245 | +/// @prop {Map} action-border-color [color: ('gray', 400)] - The color used for action borders. |
1229 | 1246 | /// @prop {Map} filtering-row-background [color: ('surface', 500)] - The background color of the filtering row. |
1230 | 1247 | /// @prop {Map} filtering-dialog-background [contrast-color: ('gray', 900)] - The background color of the advanced filtering dialog. |
1231 | 1248 | /// @prop {Map} edited-row-indicator [color: ('primary', 400)] - The indicator's color of edited row. |
@@ -1330,6 +1347,13 @@ $indigo-grid: extend( |
1330 | 1347 | ), |
1331 | 1348 | ), |
1332 | 1349 |
|
| 1350 | + action-border-color: ( |
| 1351 | + color: ( |
| 1352 | + 'gray', |
| 1353 | + 400, |
| 1354 | + ), |
| 1355 | + ), |
| 1356 | + |
1333 | 1357 | filtering-header-background: ( |
1334 | 1358 | color: ( |
1335 | 1359 | 'gray', |
|
0 commit comments