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

fix(tooltip): invisible progress indicator #757

Closed
wants to merge 2 commits into from
Closed

Conversation

0o001
Copy link
Contributor

@0o001 0o001 commented Dec 23, 2023

@0o001
Copy link
Contributor Author

0o001 commented Jan 3, 2024

@fatihhayri Hello, if you're available, I'm curious about your opinions on this code. The PR you did with me before on the same topic was very beautiful.

@leventozen leventozen requested a review from fatihhayri January 18, 2024 08:46
@fatihhayri
Copy link
Contributor

bl-progress-indicator inline element convert to block and set width

<bl-tooltip placement="top-start">
  <bl-progress-indicator class="fixed-size-progress" max="100" value="50" slot="tooltip-trigger">
  </bl-progress-indicator>
</bl-tooltip>

and class

.fixed-size-progress {
  display: block;
  width: 250px;;
}

https://codepen.io/fatihhayri/pen/abPWbwN

@leventozen
Copy link
Member

Since we got a solution for the issue, I will close this PR.

@leventozen leventozen closed this Feb 20, 2024
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.

3 participants