rename is-disabled to inactive

This commit is contained in:
Thomas Willems
2024-01-30 21:28:46 +01:00
parent 20ae02dd48
commit 4aa6f99b04
3 changed files with 4 additions and 4 deletions

View File

@@ -1350,7 +1350,7 @@ video {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.is-disabled {
.inactive {
opacity: 0.25;
cursor: default;
}