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 48bb435
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/src/components/activity/content/Storyboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,4 @@ export default {
</script>

<style scoped lang="scss">

Check failure on line 174 in frontend/src/components/activity/content/Storyboard.vue

View workflow job for this annotation

GitHub Actions / Lint: Frontend (ESLint)

Delete `⏎`
: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>

0 comments on commit 48bb435

Please sign in to comment.