Skip to content

Commit e33f8df

Browse files
committed
Don't style card with suggestions inside the card
1 parent 6bc832e commit e33f8df

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

js/chat/chat.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ shiny-chat-container {
5454
}
5555

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

shiny/www/py-shiny/chat/chat.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shiny/www/py-shiny/chat/chat.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)