Update button shape on focus.

This commit is contained in:
Bryan Mauger 2025-08-08 11:16:05 -04:00
parent 7b616d2f5d
commit a09e86abf5

View file

@ -243,6 +243,9 @@ export default {
&.list-card {
height: auto;
border-radius: 50rem;
input[type="radio"]:checked + .list-card-content {
border-radius: 50rem;
}
}
}
.two-list-card-width {