Skip to content

Commit

Permalink
feat(select): L3-3818 fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinehuzenko committed Nov 15, 2024
1 parent 96360f2 commit b0f1e57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/componentStyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
@use 'components/Drawer/drawer';
@use 'components/Dropdown/dropdown';
@use 'components/Video/video';
@use 'components/Select/select';
@use 'components/Pagination/pagination';
@use 'components/ContentPeek/contentPeek';
@use 'components/PageContentWrapper/pageContentWrapper';
Expand Down
1 change: 0 additions & 1 deletion src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as React from 'react';
import classnames from 'classnames';
import { px, useNormalizedInputProps } from '../../utils';
import { InputProps } from '../Input/Input';
import './select.scss';
import { SelectVariants } from './types';

export interface SelectProps extends InputProps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

&--closed,
&--open {
appearance: none;
appearance: none;
appearance: none;
background-position: calc(100% - 0.75rem) center;
padding-right: $spacing-md;
Expand Down

0 comments on commit b0f1e57

Please sign in to comment.