Skip to content

Commit

Permalink
Uppercase status filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 16, 2020
1 parent 4f1b0d9 commit 688b386
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/datatable/DataTableDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,5 +294,9 @@ export default {
border: 0 none;
cursor: auto;
}
.p-dropdown-label:not(.p-placeholder) {
text-transform: uppercase;
}
}
</style>
4 changes: 4 additions & 0 deletions src/views/datatable/DataTableDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2586,6 +2586,10 @@ export default {
border: 0 none;
cursor: auto;
}

.p-dropdown-label:not(.p-placeholder) {
text-transform: uppercase;
}
}
</CodeHighlight>
</TabPanel>
Expand Down

0 comments on commit 688b386

Please sign in to comment.