We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the button icon is baked into the less. It would be good to have this as a configurable option named _iconClass.
_iconClass
"_scrollPrompt": { "_isEnabled": true, "instruction": "Scroll down", "_iconClass": "icon-controls-down" }
The icon class would appear on the .icon element, which also makes it easier when we need to globally replace certain icon types. For example:
.icon
.icon-controls-down { font-family: 'custom-icon-font'; .icon-controls-down-custom; }
While we are making this change, the .icon element should align to other implementations (ex. use a span tag instead of a div).
span
div
The text was updated successfully, but these errors were encountered:
@zubairslamdien Can you take this one on since you're working on #12 ? Thanks!
Sorry, something went wrong.
That should be fine @swashbuck. I'll try to get to it in the week.
No branches or pull requests
Subject of the enhancement
Currently, the button icon is baked into the less. It would be good to have this as a configurable option named
_iconClass
.The icon class would appear on the
.icon
element, which also makes it easier when we need to globally replace certain icon types. For example:While we are making this change, the
.icon
element should align to other implementations (ex. use aspan
tag instead of adiv
).The text was updated successfully, but these errors were encountered: