Skip to content
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

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

mfranzke
Copy link
Member

@mfranzke mfranzke commented Dec 6, 2023

Resolves #666

@mfranzke mfranzke added this to the Release 2.x milestone Dec 6, 2023
@mfranzke mfranzke self-assigned this Dec 6, 2023
@mfranzke mfranzke linked an issue Dec 6, 2023 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Dec 6, 2023

@mfranzke mfranzke enabled auto-merge (squash) December 6, 2023 10:12
@mfranzke mfranzke marked this pull request as draft December 6, 2023 10:18
auto-merge was automatically disabled December 6, 2023 10:18

Pull request was converted to draft

@mfranzke mfranzke marked this pull request as ready for review December 6, 2023 10:28
@mfranzke mfranzke enabled auto-merge (squash) December 6, 2023 10:28
@mfranzke mfranzke changed the title feat: provide possibility to overwrite the standard icons feat(dropdown & overflow-menu): provide possibility to overwrite the standard icons Dec 6, 2023
@mfranzke mfranzke changed the title feat(dropdown & overflow-menu): provide possibility to overwrite the standard icons feat(dropdown & overflow-menu): possibility to overwrite the standard icons Dec 6, 2023
@mfranzke mfranzke changed the title feat(dropdown & overflow-menu): possibility to overwrite the standard icons feat(dropdown & overflow-menu): possibility to overwrite the icons Dec 6, 2023
}
// Possibility to define an individual icon
&[data-icon] {
@include icon("", 20, "outline", $partial: $partial);
Copy link
Collaborator

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?

Copy link
Member Author

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 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should open with "oppositeDirection" or have a "flex-end" to work like the default dropdown

image

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 11, 2024
@mfranzke mfranzke marked this pull request as draft January 29, 2024 11:39
auto-merge was automatically disabled January 29, 2024 11:39

Pull request was converted to draft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation improvement patterns
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: provide possibility to overwrite the standard icons
3 participants