Remove unused slider component (#12303)

It is unused as of https://github.com/matrix-org/matrix-react-sdk/pull/12246. I noticed this while working on https://github.com/matrix-org/matrix-react-sdk/pull/12299.
This commit is contained in:
Robin 2024-03-06 21:52:20 -06:00 committed by GitHub
parent 26176116bf
commit 60f3c2eae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 0 additions and 233 deletions

View file

@ -269,9 +269,6 @@ $visual-bell-bg-color: #faa;
$togglesw-off-color: #c1c9d6;
$togglesw-ball-color: var(--cpd-color-bg-action-primary-rest);
/* Slider */
$slider-background-color: #c1c9d6;
$progressbar-bg-color: rgba(141, 151, 165, 0.2);
$authpage-bg-color: #2e3649;
@ -305,9 +302,6 @@ $voice-record-live-circle-color: #ff4b55;
$voice-record-stop-border-color: #e3e8f0;
$voice-record-icon-color: $tertiary-fg-color;
/* FontSlider colors */
$appearance-tab-border-color: $input-darker-bg-color;
$composer-shadow-color: tranparent;
$codeblock-background-color: $header-panel-bg-color;