add .is-disabled

This commit is contained in:
Thomas Willems 2024-01-28 11:14:17 +01:00 committed by Philip H
parent 76c713499d
commit 19c83de975
No known key found for this signature in database
GPG key ID: DA39C2199C603FA5
3 changed files with 4 additions and 9 deletions

View file

@ -1371,11 +1371,6 @@ video {
transition-duration: 150ms;
}
.disabled-link {
opacity: 0.25;
cursor: default;
}
.duration-200 {
transition-duration: 200ms;
}
@ -1392,7 +1387,7 @@ video {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.inactive {
.is-disabled {
opacity: 0.25;
cursor: default;
}