Use button element for add-photo link

This commit is contained in:
2026-04-22 11:32:57 +04:00
parent c853418fbb
commit b83a16bf13
2 changed files with 15 additions and 4 deletions

View File

@@ -771,12 +771,19 @@ select.form-control {
border-top: 1px solid #eee;
}
.meta-info a {
.meta-info a,
.meta-info .btn-link {
color: var(--link-color);
text-decoration: none;
background: none;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
}
.meta-info a:hover {
.meta-info a:hover,
.meta-info .btn-link:hover {
text-decoration: underline;
}