Skip to content

Commit

Permalink
Storyboard.vue: remove css with no applications
Browse files Browse the repository at this point in the history
The css violates vue-scoped-css/require-v-deep-argument
which will be more strictly enforced by vue3.

I changed all the values to 10'000, and it had no effect.
Because there was no explanation why this is here
in the commit message, in the PR or in the comments,
i delete this css.

Was introduced in:
PR: #3224
Commit: 9060a33
  • Loading branch information
BacLuc committed Jul 7, 2024
1 parent 3cd279f commit 3e43a7b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions frontend/src/components/activity/content/Storyboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,4 @@ export default {
}
</script>

<style scoped lang="scss">
:deep {
.v-text-field.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense)
.editor {
margin-top: 10px;
padding-top: 5px;
margin-bottom: 10px;
}
}
</style>
<style scoped lang="scss"></style>

0 comments on commit 3e43a7b

Please sign in to comment.