fix(web): remove disabled state styles for add institution button

This commit is contained in:
Stevan Freeborn
2026-03-11 18:53:11 -05:00
parent 9e1d04da80
commit 839d17de0d
@@ -126,9 +126,4 @@
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
.add-institution-button:disabled {
cursor: not-allowed;
opacity: 0.6;
}
</style> </style>