Skip to content

Commit 1cda849

Browse files
authored
Merge pull request #432 from rebeccaalpert/drawer-updates
fix(QuickStarts/ResponseActions): CSS updates
2 parents 7654367 + bc635c8 commit 1cda849

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/module/src/Message/QuickStarts/QuickStartTile.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.pf-chatbot__quickstarts-tile {
2-
min-width: 360px;
32
max-width: 650px;
43
width: 100%;
54

packages/module/src/ResponseActions/ResponseActions.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
gap: var(--pf-t--global--spacer--xs);
44
grid-template-columns: repeat(auto-fit, minmax(0, max-content));
55

6-
.pf-v6-c-button {
6+
.pf-chatbot__button--response-action.pf-v6-c-button.pf-m-plain.pf-m-small {
77
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--subtle);
88
border-radius: var(--pf-t--global--border--radius--pill);
99
width: 2.3125rem;
@@ -22,7 +22,7 @@
2222
}
2323
}
2424

25-
.pf-v6-c-button.pf-chatbot__button--response-action-clicked {
25+
.pf-v6-c-button.pf-chatbot__button--response-action-clicked.pf-v6-c-button.pf-m-plain.pf-m-small {
2626
--pf-v6-c-button--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--clicked);
2727
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular);
2828
}

0 commit comments

Comments
 (0)