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:
parent
26176116bf
commit
60f3c2eae5
8 changed files with 0 additions and 233 deletions
|
@ -31,7 +31,6 @@ $button-secondary-bg-color: $accent-fg-color;
|
|||
$message-action-bar-fg-color: $primary-content;
|
||||
$voice-record-stop-border-color: $quinary-content;
|
||||
$voice-record-icon-color: $tertiary-content;
|
||||
$appearance-tab-border-color: $input-darker-bg-color;
|
||||
$eventbubble-reply-color: $quaternary-content;
|
||||
$roomtopic-color: $secondary-content;
|
||||
|
||||
|
@ -104,10 +103,6 @@ $accent-1400: var(--cpd-color-green-1400);
|
|||
background-color: $panel-actions !important;
|
||||
}
|
||||
|
||||
.mx_FontScalingPanel_fontSlider {
|
||||
background-color: $panel-actions !important;
|
||||
}
|
||||
|
||||
.mx_ThemeChoicePanel_themeSelectors > .mx_StyledRadioButton input[type="radio"]:disabled + div {
|
||||
border-color: $primary-content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue