
🙂 Looking for an issue? Welcome! This issue is open for contribution. If this is the first time you’re requesting an issue, please:
- Read Contributing guidelines carefully. Pay extra attention to Using generative AI. Pull requests and comments that don’t follow the guidelines won’t be answered.
- Confirm that you’ve read the guidelines in your comment.

Sub-issue of #5060.
Complexity: Low
Summary
Some of these :v-deep styles in shared/views/InfoModal seem to never be used:
|
::v-deep p { |
|
font-size: 12pt; |
|
line-height: normal; |
|
color: var(--v-grey-darken3); |
|
} |

Remove all styles that don't take any effect from here. This will also remove dependency on Vuetify color variable.
InfoModal is used from more locations in the app. One way to preview this is 'About licenses' modal in Settings > Storage > Request more space.
How to get there
- Login as
user@a.com with password a
- Go to Settings > Storage > Request more space
- Click Open form
- Click on info button next to Who can use your content? (Note that button click is broken, fix here. Before the fix is released, temporarily modify code in
InfoModal to make the modal visible.)
Guidance
Out of Scope
- Do not refactor any other areas of the codebase
Expected UI/UX changes
Acceptance criteria
🙂 Looking for an issue? Welcome! This issue is open for contribution. If this is the first time you’re requesting an issue, please:
Sub-issue of #5060.
Complexity: Low
Summary
Some of these
:v-deepstyles in shared/views/InfoModal seem to never be used:studio/contentcuration/contentcuration/frontend/shared/views/InfoModal.vue
Lines 73 to 77 in efb74db
Remove all styles that don't take any effect from here. This will also remove dependency on Vuetify color variable.
InfoModalis used from more locations in the app. One way to preview this is 'About licenses' modal in Settings > Storage > Request more space.How to get there
user@a.comwith passwordaInfoModalto make the modal visible.)Guidance
Out of Scope
Expected UI/UX changes
Acceptance criteria