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) {
.info-icon {
display: inline;
opacity: 0.7;
font-size: 18px;
padding: 4.5px 7px;
}
a {
......@@ -70,8 +73,8 @@ export class InfoTooltip extends ScopedElementsMixin(DBPLitElement) {
return html`
<link rel="stylesheet" href="${tippy2CSS}">
<div class="info-icon">
<dbp-icon name="information-circle" id="info-tooltip-icon"></dbp-icon>
<div class="info-icon" id="info-tooltip-icon">
<dbp-icon name="information-circle"></dbp-icon>
</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