Skip to content

Commit

Permalink
fix deep selectors I just broke
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-pratt committed Nov 20, 2024
1 parent 7893832 commit 5ff3191
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@ export default {
top: 0;
z-index: 1;
}
.raw-dialog .v-card-text {
.raw-dialog :deep(.v-card-text) {
background-color: var(--color-background-base-selected);
}
.v-textarea textarea {
.v-textarea :deep(textarea) {
margin-top: 10px;
font-family: 'Courier New', Courier, monospace;
overflow-y: scroll;
Expand Down

0 comments on commit 5ff3191

Please sign in to comment.