File tree Expand file tree Collapse file tree
component/src/Styles/StyleSet
fluent-theme/src/components/sendBox Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export default function createActivityButtonStyle() {
2727
2828 '@keyframes webchat__activity-copy-button__copied-animation' : {
2929 '0%' : {
30+ // This is set during the animation only hence shouldn't spill when hidden from the above tree
3031 visibility : 'visible'
3132 } ,
3233
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default function () {
5555 width : 14 ,
5656
5757 '&.webchat__thumb-button__image--is-stroked' : {
58- visibility : 'visible '
58+ visibility : 'unset '
5959 }
6060 } ,
6161
@@ -66,7 +66,7 @@ export default function () {
6666 } ,
6767
6868 '&.webchat__thumb-button__image--is-filled' : {
69- visibility : 'visible '
69+ visibility : 'unset '
7070 }
7171 }
7272 }
Original file line number Diff line number Diff line change 1414
1515: global (.webchat-fluent ) .sendbox__text-area--in-completion {
1616 .sendbox__text-area-doppelganger {
17- visibility : visible ;
17+ visibility : unset ;
1818 }
1919
2020 .sendbox__text-area-input {
You can’t perform that action at this time.
0 commit comments