-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
feat(dropdown & overflow-menu): possibility to overwrite the icons #667
base: main
Are you sure you want to change the base?
feat(dropdown & overflow-menu): possibility to overwrite the icons #667
Conversation
🔭🐙🐈 Test this branch here: https://db-ui.github.io/core/review/666-feat-provide-possibility-to-overwrite-the-standard-icons |
} | ||
// Possibility to define an individual icon | ||
&[data-icon] { | ||
@include icon("", 20, "outline", $partial: $partial); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ist it also possible to include a solid icon then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good question.
@@ -0,0 +1,5 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request was converted to draft
Resolves #666