Skip to content
Snippets Groups Projects
Commit 76b24d09 authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Change tooltip default size + padding for minimal touch target (32x32)

parent c45358c0
No related branches found
No related tags found
No related merge requests found
Pipeline #55605 passed
...@@ -51,6 +51,9 @@ export class InfoTooltip extends ScopedElementsMixin(DBPLitElement) { ...@@ -51,6 +51,9 @@ export class InfoTooltip extends ScopedElementsMixin(DBPLitElement) {
.info-icon { .info-icon {
display: inline; display: inline;
opacity: 0.7;
font-size: 18px;
padding: 4.5px 7px;
} }
a { a {
...@@ -70,8 +73,8 @@ export class InfoTooltip extends ScopedElementsMixin(DBPLitElement) { ...@@ -70,8 +73,8 @@ export class InfoTooltip extends ScopedElementsMixin(DBPLitElement) {
return html` return html`
<link rel="stylesheet" href="${tippy2CSS}"> <link rel="stylesheet" href="${tippy2CSS}">
<div class="info-icon"> <div class="info-icon" id="info-tooltip-icon">
<dbp-icon name="information-circle" id="info-tooltip-icon"></dbp-icon> <dbp-icon name="information-circle"></dbp-icon>
</div> </div>
`; `;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment