overruling other scss specificity in .btn-disabled

This commit is contained in:
Disco DeDisco
2026-04-07 00:43:26 -04:00
parent 56dc094b45
commit 51fe2614fa

View File

@@ -288,6 +288,7 @@
&.btn-disabled {
cursor: default !important;
pointer-events: none;
font-size: 1.2rem;
padding-bottom: 0.1rem;
color: rgba(var(--secUser), 0.25) !important;