2021/10/14 メッセージ:string chip にCSSのclassが付与されました。
メッセージ:string chipに下記2つのCSS class が付与されました。
class名 | 説明 |
---|---|
._ChatWindowContent_CHIP_ROOT | メッセージタイプ:string chipの要素全体のdiv要素 |
._ChatWindowContent_CHIP_ITEM | メッセージタイプ:string chipのボタン部分のdiv要素 |
string chipの背景色の変更等が可能になります。
※下記サンプルコードです。
._ChatWindowContent_CHIP_ITEM {
background-color: #ffff00 !important;
}