We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554c99d commit 46687f2Copy full SHA for 46687f2
1 file changed
packages/component/src/Styles/StyleSet/ThumbButton.ts
@@ -31,15 +31,12 @@ export default function () {
31
},
32
'&:hover, &:active, &.webchat__thumb-button--is-pressed': {
33
background: 'transparent',
34
- color: CSSTokens.ColorAccent,
35
- '&:is(:hover, :focus-visible, :active) > .webchat__tooltip': {
36
- visibility: 'visible'
37
- }
+ color: CSSTokens.ColorAccent
38
39
'&[aria-disabled="true"]': {
40
color: CSSTokens.ColorSubtle,
41
':not(.webchat__thumb-button--is-pressed):is(:hover, :focus-visible, :active) > .webchat__tooltip': {
42
- visibility: 'hidden'
+ display: 'none'
43
}
44
45
0 commit comments