We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cdca2 commit 008a7e7Copy full SHA for 008a7e7
packages/code-editor/src/SearchPanel/SearchPanel.styles.ts
@@ -147,18 +147,6 @@ export const findOptionsContainerStyles = css`
147
align-items: center;
148
`;
149
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
158
-// right: ${spacing[200]}px;
159
160
161
162
export const replaceInputContainerStyles = css`
163
position: relative;
164
flex: 1 1 ${INPUT_WIDTH}px;
0 commit comments