Skip to content

Commit 46687f2

Browse files
committed
update display none
1 parent 554c99d commit 46687f2

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

packages/component/src/Styles/StyleSet/ThumbButton.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,12 @@ export default function () {
3131
},
3232
'&:hover, &:active, &.webchat__thumb-button--is-pressed': {
3333
background: 'transparent',
34-
color: CSSTokens.ColorAccent,
35-
'&:is(:hover, :focus-visible, :active) > .webchat__tooltip': {
36-
visibility: 'visible'
37-
}
34+
color: CSSTokens.ColorAccent
3835
},
3936
'&[aria-disabled="true"]': {
4037
color: CSSTokens.ColorSubtle,
4138
':not(.webchat__thumb-button--is-pressed):is(:hover, :focus-visible, :active) > .webchat__tooltip': {
42-
visibility: 'hidden'
39+
display: 'none'
4340
}
4441
}
4542
},

0 commit comments

Comments
 (0)