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

q-tooltip component is actually using wrong font-size style. #17137

Open
e274426380 opened this issue Apr 25, 2024 · 1 comment
Open

q-tooltip component is actually using wrong font-size style. #17137

e274426380 opened this issue Apr 25, 2024 · 1 comment
Labels
area/components bug/1-repro-available A reproduction is available and needs to be confirmed. flavour/quasar-cli-vite kind/bug 🐞 Qv2 🔝 Quasar v2 issues

Comments

@e274426380
Copy link

What happened?

.q-tooltip--style says font-size:10px, but the example style in the documentation actually has a font-size of 12px.
In the actual application, the font-size is only 10px.
10px is very, very small, which makes the actual style completely different from the documented style.

What did you expect to happen?

I think I need to change the font-size of the .q-tooltip--style to 12px to match the actual use case in the documentation.

Reproduction URL

https://codepen.io/rstoenescu/pen/xxEvBLR

How to reproduce?

<div id="q-app">
    <span>
    here
    <q-tooltip>
     tooltips
    </q-tooltip>
  </span>
</div>

On this page you can also find the css style for font-size:10px, while the actual application style is 12px, which is contradictory

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

Components (quasar)

Platforms/Browsers

Chrome

Quasar info output

No response

Relevant log output

No response

Additional context

No response

@github-actions github-actions bot added area/components bug/1-repro-available A reproduction is available and needs to be confirmed. flavour/quasar-cli-vite labels Apr 25, 2024
@e274426380 e274426380 changed the title The Tooltip component is actually using the wrong style. q-tooltip component is actually using the wrong style. Apr 25, 2024
@e274426380 e274426380 changed the title q-tooltip component is actually using the wrong style. q-tooltip component is actually using wrong font-size style. Apr 25, 2024
@myleslee
Copy link

myleslee commented May 2, 2024

Agree. The font size is currently too small which makes people squint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/components bug/1-repro-available A reproduction is available and needs to be confirmed. flavour/quasar-cli-vite kind/bug 🐞 Qv2 🔝 Quasar v2 issues
Projects
None yet
Development

No branches or pull requests

2 participants