mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
$voice-record-waveform-incomplete-fg-color -> $quaternary-content
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
aad4e6f312
commit
a3cde0e5e6
5 changed files with 1 additions and 5 deletions
|
@ -31,7 +31,7 @@ limitations under the License.
|
|||
|
||||
.mx_Waveform {
|
||||
.mx_Waveform_bar {
|
||||
background-color: $voice-record-waveform-incomplete-fg-color;
|
||||
background-color: $quaternary-content;
|
||||
height: 100%;
|
||||
/* Variable set by a JS component */
|
||||
transform: scaleY(max(0.05, var(--barHeight)));
|
||||
|
|
|
@ -197,7 +197,6 @@ $tooltip-timeline-fg-color: $primary-content;
|
|||
$breadcrumb-placeholder-bg-color: #272c35;
|
||||
|
||||
$voice-record-stop-border-color: $quaternary-content;
|
||||
$voice-record-waveform-incomplete-fg-color: $quaternary-content;
|
||||
$voice-record-icon-color: $quaternary-content;
|
||||
|
||||
// Appearance tab colors
|
||||
|
|
|
@ -194,7 +194,6 @@ $breadcrumb-placeholder-bg-color: #272c35;
|
|||
|
||||
// See non-legacy dark for variable information
|
||||
$voice-record-stop-border-color: #6F7882;
|
||||
$voice-record-waveform-incomplete-fg-color: #6F7882;
|
||||
$voice-record-icon-color: #6F7882;
|
||||
|
||||
// Appearance tab colors
|
||||
|
|
|
@ -333,7 +333,6 @@ $breadcrumb-placeholder-bg-color: #e8eef5;
|
|||
$voice-record-stop-symbol-color: #ff4b55;
|
||||
$voice-record-live-circle-color: #ff4b55;
|
||||
$voice-record-stop-border-color: #E3E8F0;
|
||||
$voice-record-waveform-incomplete-fg-color: #C1C6CD;
|
||||
$voice-record-icon-color: $tertiary-fg-color;
|
||||
|
||||
// FontSlider colors
|
||||
|
|
|
@ -322,7 +322,6 @@ $voice-record-stop-symbol-color: #ff4b55;
|
|||
$voice-record-live-circle-color: #ff4b55;
|
||||
|
||||
$voice-record-stop-border-color: $quinary-content;
|
||||
$voice-record-waveform-incomplete-fg-color: $quaternary-content;
|
||||
$voice-record-icon-color: $tertiary-content;
|
||||
|
||||
// FontSlider colors
|
||||
|
|
Loading…
Reference in a new issue