style(buttons): Add disabled state

This commit is contained in:
Tixie
2020-03-04 01:20:39 +01:00
parent 74ec866b75
commit c104a58153

View File

@@ -42,6 +42,11 @@ $btn-radius: .2rem;
box-shadow: $focus-ring; box-shadow: $focus-ring;
} }
.btn:disabled {
opacity: .5;
cursor: default;
}
/* colors /* colors
-------------------------------------------------------------- */ -------------------------------------------------------------- */