Skip to content

Commit 008a7e7

Browse files
committed
remove unused styles
1 parent 27cdca2 commit 008a7e7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/code-editor/src/SearchPanel/SearchPanel.styles.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,6 @@ export const findOptionsContainerStyles = css`
147147
align-items: center;
148148
`;
149149

150-
// export const findInputIconButtonStyles = css`
151-
// position: absolute;
152-
// right: ${spacing[100]}px;
153-
// top: ${spacing[100]}px;
154-
// `;
155-
156-
// export const findCountStyles = css`
157-
// position: absolute;
158-
// right: ${spacing[200]}px;
159-
// top: ${spacing[100]}px;
160-
// `;
161-
162150
export const replaceInputContainerStyles = css`
163151
position: relative;
164152
flex: 1 1 ${INPUT_WIDTH}px;

0 commit comments

Comments
 (0)