igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
30 lines (29 loc) • 642 B
JSON
{
"$schema": "../../common/schema/theme-changes.schema.json",
"changes": [
{
"name": "$scrollbar-size",
"replaceWith": "$sb-size",
"owner": "scrollbar-theme",
"type": "property"
},
{
"name": "$thumb-background",
"replaceWith": "$sb-thumb-bg-color",
"owner": "scrollbar-theme",
"type": "property"
},
{
"name": "$track-background",
"replaceWith": "$sb-track-bg-color",
"owner": "scrollbar-theme",
"type": "property"
},
{
"name": "$border-width",
"remove": true,
"owner": "badge-theme",
"type":"property"
}
]
}