Skip to content

Commit

Permalink
Remove unused css .fade
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCharmes committed Jul 31, 2024
1 parent f6d66fc commit 0c3d804
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 48 deletions.
8 changes: 0 additions & 8 deletions webapp/src/views/Collections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ export default {
</script>

<style scoped>
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.show {
opacity: 1;
}
#tableContainer.overlay:after {
content: "";
display: block;
Expand Down
8 changes: 0 additions & 8 deletions webapp/src/views/Equipment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ export default {
</script>

<style scoped>
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.show {
opacity: 1;
}
#tableContainer.overlay:after {
content: "";
display: block;
Expand Down
8 changes: 0 additions & 8 deletions webapp/src/views/SamplePrime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ export default {
</script>

<style scoped>
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.show {
opacity: 1;
}
#tableContainer.overlay:after {
content: "";
display: block;
Expand Down
8 changes: 0 additions & 8 deletions webapp/src/views/Samples.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ export default {
</script>

<style scoped>
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.show {
opacity: 1;
}
#tableContainer.overlay:after {
content: "";
display: block;
Expand Down
8 changes: 0 additions & 8 deletions webapp/src/views/SamplesNext.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ export default {
</script>

<style scoped>
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.show {
opacity: 1;
}
#tableContainer.overlay:after {
content: "";
display: block;
Expand Down
8 changes: 0 additions & 8 deletions webapp/src/views/StartingMaterials.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ export default {
</script>

<style scoped>
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.show {
opacity: 1;
}
#tableContainer.overlay:after {
content: "";
display: block;
Expand Down

0 comments on commit 0c3d804

Please sign in to comment.