Merge pull request #428 from TriliumNext/icon_improvement

Fix strange underline for zoom button
This commit is contained in:
Elian Doran 2024-09-13 17:50:44 +03:00 committed by GitHub
commit 6970bf4fc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,7 @@ const TPL = `
background-color: var(--button-background-color);
padding: 3px;
margin-left: 3px;
text-decoration: none;
}
.global-menu .zoom-buttons a:hover {