fmt: Removed unecessary CSS rules from keyframes

This commit is contained in:
jamesread 2023-05-13 20:15:21 +01:00
parent f1ba1c55a6
commit 0b6edb3c38
1 changed files with 0 additions and 8 deletions

View File

@ -227,9 +227,7 @@ button.active-section {
}
@keyframes kf-action-failed {
0% { background-color: black; }
20% { background-color: red; }
0% { background-color: inherit; }
}
.action-success {
@ -237,9 +235,7 @@ button.active-section {
}
@keyframes kf-action-success {
0% { background-color: black; }
20% { background-color: limegreen; }
0% { background-color: inherit; }
}
.action-nonzero-exit {
@ -247,9 +243,7 @@ button.active-section {
}
@keyframes kf-action-nonzero-exit {
0% { background-color: black; }
20% { background-color: orange; }
0% { background-color: inherit; }
}
.action-timeout {
@ -257,9 +251,7 @@ button.active-section {
}
@keyframes kf-action-timeout {
0% { background-color: black; }
20% { background-color: cyan; }
0% { background-color: inherit; }
}
footer,