Skip to content

Commit 1230bdb

Browse files
committed
chore: regen docs
1 parent 9a14bfc commit 1230bdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/fluent/docs/customization-grid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,8 @@ The following table lists the available variables for customization.
840840
<tr>
841841
<td>$kendo-grid-sticky-hover-bg</td>
842842
<td>String</td>
843-
<td><code>var( --kendo-grid-sticky-hover-bg, #{$kendo-grid-hover-bg} )</code></td>
844-
<td><code>var(--kendo-grid-sticky-hover-bg, var(--kendo-grid-hover-bg, var(--kendo-table-hover-bg, color-mix(in srgb, var(--kendo-color-on-app-surface, #242424) 5%, transparent))))</code></td>
843+
<td><code>var( --kendo-grid-sticky-hover-bg, k-color(base-hover) )</code></td>
844+
<td><code>var(--kendo-grid-sticky-hover-bg, var(--kendo-color-base-hover, #f5f5f5))</code></td>
845845
</tr>
846846
<tr>
847847
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Grid sticky cell.</div></div>

packages/fluent/docs/customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15748,8 +15748,8 @@ The following table lists the available variables for customizing the Fluent the
1574815748
<tr>
1574915749
<td>$kendo-grid-sticky-hover-bg</td>
1575015750
<td>String</td>
15751-
<td><code>var( --kendo-grid-sticky-hover-bg, #{$kendo-grid-hover-bg} )</code></td>
15752-
<td><code>var(--kendo-grid-sticky-hover-bg, var(--kendo-grid-hover-bg, var(--kendo-table-hover-bg, color-mix(in srgb, var(--kendo-color-on-app-surface, #242424) 5%, transparent))))</code></td>
15751+
<td><code>var( --kendo-grid-sticky-hover-bg, k-color(base-hover) )</code></td>
15752+
<td><code>var(--kendo-grid-sticky-hover-bg, var(--kendo-color-base-hover, #f5f5f5))</code></td>
1575315753
</tr>
1575415754
<tr>
1575515755
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Grid sticky cell.</div></div>

0 commit comments

Comments
 (0)