Skip to content

Commit d02f396

Browse files
committed
update accidental test changes
1 parent 9515dee commit d02f396

7 files changed

Lines changed: 4 additions & 2 deletions
-74 Bytes
Loading
-83 Bytes
Loading
-86 Bytes
Loading
-87 Bytes
Loading
-85 Bytes
Loading
-17 Bytes
Loading

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ export default function () {
3636
visibility: 'visible'
3737
}
3838
},
39-
':not(.webchat__thumb-button--is-pressed)[aria-disabled="true"]:is(:hover, :focus-visible, :active) > .webchat__tooltip':
40-
{
39+
'&[aria-disabled="true"]': {
40+
color: CSSTokens.ColorSubtle,
41+
':not(.webchat__thumb-button--is-pressed):is(:hover, :focus-visible, :active) > .webchat__tooltip': {
4142
visibility: 'hidden'
4243
}
44+
}
4345
},
4446

4547
'&:active': {

0 commit comments

Comments
 (0)