remove unused code

This commit is contained in:
Adrian Zürcher
2025-11-17 16:57:37 +01:00
parent 09299c65de
commit 260767680b
3 changed files with 0 additions and 30 deletions

View File

@@ -246,16 +246,6 @@ async function save() {
</script>
<style>
@keyframes blink-yellow {
0%,
100% {
background-color: yellow;
}
50% {
background-color: transparent;
}
}
.bigger-table-text .q-table__middle td {
font-size: 14px;
}

View File

@@ -221,16 +221,6 @@ function removeResponsible(...removeResponsibles: Members) {
</script>
<style>
@keyframes blink-yellow {
0%,
100% {
background-color: yellow;
}
50% {
background-color: transparent;
}
}
.bigger-table-text .q-table__middle td {
font-size: 14px;
}

View File

@@ -233,16 +233,6 @@ function removeRole(...removeRoles: Roles) {
</script>
<style>
@keyframes blink-yellow {
0%,
100% {
background-color: yellow;
}
50% {
background-color: transparent;
}
}
.blink-yellow {
animation: blink-yellow 1.5s step-start 6 !important;
}