chore: Remove not used AssetSettingInput.styles.css (#37026)

This commit is contained in:
Douglas Fabris 2025-09-22 17:49:05 -03:00 committed by GitHub
parent 8d14fd24b0
commit 24fba8df94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
.asset-setting-input {
&__input {
position: absolute !important;
z-index: 10000;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
}

View File

@ -4,7 +4,6 @@ import { Random } from '@rocket.chat/random';
import { useToastMessageDispatch, useEndpoint, useTranslation, useUpload } from '@rocket.chat/ui-contexts';
import type { ChangeEventHandler, DragEvent, ReactElement, SyntheticEvent } from 'react';
import './AssetSettingInput.styles.css';
import type { SettingInputProps } from './types';
type AssetSettingInputProps = Omit<SettingInputProps<{ url: string }>, 'onChangeValue'> & {