Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions js/chat/chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ shiny-chat-container {
.suggestion,
[data-suggestion] {
cursor: pointer;
}

// Styling for inline-text
.suggestion {
color: var(--bs-link-color, #007bc2);

text-decoration-color: var(--bs-link-color, #007bc2);
Expand Down Expand Up @@ -48,6 +52,13 @@ shiny-chat-container {
}
}
}

// Styling for card suggestions
.card[data-suggestion]:hover,
.card:has([data-suggestion]) {
color: var(--bs-link-color, #007bc2);
border-color: rgba(var(--bs-link-color-rgb), 0.5);
}
}

shiny-chat-messages {
Expand Down
2 changes: 1 addition & 1 deletion shiny/www/py-shiny/chat/chat.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions shiny/www/py-shiny/chat/chat.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading