telerik / kendo-themes

Monorepo for SASS-based Kendo UI themes
148 stars 68 forks source link

Pager Items Customization #4254

Open TeyaVes opened 1 year ago

TeyaVes commented 1 year ago

Since v. 6.0 of the themes, the pager items (previously with class k-link) are replaced with flat buttons. Generally, flat buttons are quite hard for customization and overriding the colors of these buttons is currently not possible through the SASS variables that we provide. We currently have a variable $kendo-pager-item-bg, which is supposed to change the background color of the items inside the pager, or the buttons, but with the current setup, this is not the case.

We should think about a way to provide customization for these buttons and ensure that the Pager component is flexible and customizable.

conor-mac-aoidh commented 7 months ago

+1 to this. To avoid confusion, should the variables be removed from the docs in the interim?