tooltip: make font reliable #1037

This commit is contained in:
Sören Weber 2025-02-22 12:01:19 +01:00
parent 590018c197
commit e985d6fcb4
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1117,7 +1117,9 @@ tbody > tr:nth-child(even) > td {
color: rgba(255, 255, 255, 1);
content: attr(aria-label);
display: none;
font-family: var(--INTERNAL-MAIN-font);
font-size: 0.6875rem;
font-weight: 700;
-webkit-font-smoothing: subpixel-antialiased;
line-height: 1.5;
padding: 5px 8px;