$voice-record-waveform-incomplete-fg-color -> $quaternary-content
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
aad4e6f312
commit
a3cde0e5e6
|
@ -31,7 +31,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_Waveform {
|
.mx_Waveform {
|
||||||
.mx_Waveform_bar {
|
.mx_Waveform_bar {
|
||||||
background-color: $voice-record-waveform-incomplete-fg-color;
|
background-color: $quaternary-content;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/* Variable set by a JS component */
|
/* Variable set by a JS component */
|
||||||
transform: scaleY(max(0.05, var(--barHeight)));
|
transform: scaleY(max(0.05, var(--barHeight)));
|
||||||
|
|
|
@ -197,7 +197,6 @@ $tooltip-timeline-fg-color: $primary-content;
|
||||||
$breadcrumb-placeholder-bg-color: #272c35;
|
$breadcrumb-placeholder-bg-color: #272c35;
|
||||||
|
|
||||||
$voice-record-stop-border-color: $quaternary-content;
|
$voice-record-stop-border-color: $quaternary-content;
|
||||||
$voice-record-waveform-incomplete-fg-color: $quaternary-content;
|
|
||||||
$voice-record-icon-color: $quaternary-content;
|
$voice-record-icon-color: $quaternary-content;
|
||||||
|
|
||||||
// Appearance tab colors
|
// Appearance tab colors
|
||||||
|
|
|
@ -194,7 +194,6 @@ $breadcrumb-placeholder-bg-color: #272c35;
|
||||||
|
|
||||||
// See non-legacy dark for variable information
|
// See non-legacy dark for variable information
|
||||||
$voice-record-stop-border-color: #6F7882;
|
$voice-record-stop-border-color: #6F7882;
|
||||||
$voice-record-waveform-incomplete-fg-color: #6F7882;
|
|
||||||
$voice-record-icon-color: #6F7882;
|
$voice-record-icon-color: #6F7882;
|
||||||
|
|
||||||
// Appearance tab colors
|
// Appearance tab colors
|
||||||
|
|
|
@ -333,7 +333,6 @@ $breadcrumb-placeholder-bg-color: #e8eef5;
|
||||||
$voice-record-stop-symbol-color: #ff4b55;
|
$voice-record-stop-symbol-color: #ff4b55;
|
||||||
$voice-record-live-circle-color: #ff4b55;
|
$voice-record-live-circle-color: #ff4b55;
|
||||||
$voice-record-stop-border-color: #E3E8F0;
|
$voice-record-stop-border-color: #E3E8F0;
|
||||||
$voice-record-waveform-incomplete-fg-color: #C1C6CD;
|
|
||||||
$voice-record-icon-color: $tertiary-fg-color;
|
$voice-record-icon-color: $tertiary-fg-color;
|
||||||
|
|
||||||
// FontSlider colors
|
// FontSlider colors
|
||||||
|
|
|
@ -322,7 +322,6 @@ $voice-record-stop-symbol-color: #ff4b55;
|
||||||
$voice-record-live-circle-color: #ff4b55;
|
$voice-record-live-circle-color: #ff4b55;
|
||||||
|
|
||||||
$voice-record-stop-border-color: $quinary-content;
|
$voice-record-stop-border-color: $quinary-content;
|
||||||
$voice-record-waveform-incomplete-fg-color: $quaternary-content;
|
|
||||||
$voice-record-icon-color: $tertiary-content;
|
$voice-record-icon-color: $tertiary-content;
|
||||||
|
|
||||||
// FontSlider colors
|
// FontSlider colors
|
||||||
|
|
Loading…
Reference in New Issue