mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
chore: Remove not used AssetSettingInput.styles.css (#37026)
This commit is contained in:
parent
8d14fd24b0
commit
24fba8df94
@ -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;
|
||||
}
|
||||
}
|
||||
@ -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'> & {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user