Skip to content

fix(toolbar): hide btn group if empty #144

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

Closed
wants to merge 1 commit into from
Closed

fix(toolbar): hide btn group if empty #144

wants to merge 1 commit into from

Conversation

Lqvrent
Copy link

@Lqvrent Lqvrent commented Oct 9, 2023

Problem: In the toolbar, when a btn group was empty, it was still leaving his border to connect two groups.
Fix: Added conditions in the btn group elements.

Also, I added a "CustomBtns" possibility to the hideIcons options, to hide it's btn group (usefull when you don't want custom buttons).

When a btn group was empty, it was still leaving his border to connect two groups.
Also added a "CustomBtns" possibility to the hideIcons options
@instance-oom
Copy link
Owner

It should be better to use css to control it.

@Lqvrent
Copy link
Author

Lqvrent commented Oct 14, 2023

It should be better to use css to control it.

I don't understand to be honest. Can you explain more ?
Is it using CSS in my own app ? The scoped CSS don't allow me to really fix this problem
If it's inside the package, I don't really see how to implement that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants