Skip to content

Commit cd1ec7a

Browse files
committed
Rebase and fix rebase conflict
1 parent 4df21a3 commit cd1ec7a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/react-components/react-tree/library/src/components/TreeItemLayout/useTreeItemLayoutStyles.styles.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ const useRootBaseStyles = makeResetStyles({
3939
color: tokens.colorNeutralForeground3Pressed,
4040
},
4141
},
42-
':active': {
43-
color: tokens.colorNeutralForeground2Pressed,
44-
backgroundColor: tokens.colorSubtleBackgroundPressed,
45-
// TODO: stop using treeItemLayoutClassNames.expandIcon for styling
46-
[`& .${treeItemLayoutClassNames.expandIcon}`]: {
47-
color: tokens.colorNeutralForeground3Pressed,
48-
},
49-
},
5042
});
5143

5244
/**

0 commit comments

Comments
 (0)