Skip to content

Commit

Permalink
Merge branch 'ui-list-chip-contrast' into 'main'
Browse files Browse the repository at this point in the history
Increase chip contrast in lists

See merge request reportcreator/reportcreator!383
  • Loading branch information
MWedl committed Dec 21, 2023
2 parents df697d3 + 463affe commit ea7faac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/ListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,8 @@ defineExpose({
.list-header-tabs:deep(.v-tab) {
text-transform: initial;
}
:deep(.v-list-item .v-list-item-subtitle) {
opacity: var(--v-high-emphasis-opacity);
}
</style>

0 comments on commit ea7faac

Please sign in to comment.