Add link glyphs to repeater setup buttons
Deploy Pages / deploy (push) Successful in 23s

This commit is contained in:
2026-07-12 12:20:59 -04:00
parent a02c497640
commit 660d4dd4e5
+17 -1
View File
@@ -235,7 +235,23 @@
opacity: 0.4; opacity: 0.4;
text-decoration: underline; text-decoration: underline;
} }
.btn[target="_blank"]::after, .button-row a.btn::after {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin-left: 4px;
background-size: contain;
flex-shrink: 0;
opacity: 0.4;
filter: invert(1);
}
.button-row a.btn[target="_blank"]::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5L8.5 3.5M5 3.5h3.5V7'/%3E%3C/svg%3E");
}
.button-row a.btn:not([target="_blank"])::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2.5L8.5 6L4 9.5'/%3E%3C/svg%3E");
}
.site-footer a::after { .site-footer a::after {
display: none; display: none;
} }