Forum Discussion
Jason1395
Jul 04, 2024Copper Contributor
There is no shadow when moving mouse upon an adaptive card column which was set "Selection action".
There is a shadow when moving mouse upon an adaptive card column which was set "Selection action" in adaptive card designer.
However, with same adaptive card codes, there is no shadow when moving mouse upon an adaptive card column which was set "Selection action" in teams chat.
The adaptive card codes is :
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.6",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "New TextBlock",
"wrap": true
}
],
"selectAction": {
"type": "Action.OpenUrl",
"url": "https://adaptivecards.io/designer/"
}
}
]
}
]
}
- Dinesh-MSFT
Microsoft
Hi Jason1395 - Thanks for raising the query.
We will look into it and let you know the updates.- Jason1395Copper Contributor
Hi Dinesh-MSFT ,
Is there any update?
- Dinesh-MSFT
Microsoft
Hi Jason1395 Sorry for the delay in the response. we tried to repro this issue. we have raised the bug. Thanks!!