From d882d180a5fdcd3a94c16b866de4e395c9276b03 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum <eric.rosenbaum@gmail.com> Date: Wed, 24 Jul 2019 11:07:10 -0400 Subject: [PATCH] Use separate play and stop icons for sound editor --- src/components/sound-editor/icon--play.svg | Bin 0 -> 1404 bytes src/components/sound-editor/icon--stop.svg | Bin 0 -> 1143 bytes src/components/sound-editor/sound-editor.css | 1 - src/components/sound-editor/sound-editor.jsx | 4 ++-- 4 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 src/components/sound-editor/icon--play.svg create mode 100644 src/components/sound-editor/icon--stop.svg diff --git a/src/components/sound-editor/icon--play.svg b/src/components/sound-editor/icon--play.svg new file mode 100644 index 0000000000000000000000000000000000000000..817a2cab9f74df0adfa01c78be6882b9d983d8bc GIT binary patch literal 1404 zcmZ`(O>>(t5WVMDsLCaov4p;mkO!P;-DxlBOr}mRy-_0rV+<ZpZ1>++0_>19)`3~= zuHIX{T@gQ=b`?07wkw-DffN%6OucThvd$Cu>-igsAn0sbXKB^cCV_PW9~L)pcgVr9 z%xsZBq4y^U3RC8VO<>6U?ogWJm*$i}6aoT-2ExHiSSSRJx9$>HSi7GG!SQ&+M~<5| z4;UdNaQI`&{8W|o_M=3qwGR3yT-*S+;!g;H@1{0wYMXWrR$F7&1rQuFaK|-~`W_%K zVf@n+W>==;eet^41>JB4p%K!Swla%-mHv%`!5*kG)2$cF)}+>CP6=C#Y&Z`3&^c?< z4M2T;`_$!S3H(77W{e6M(piML5Lyet!IEmMl$3(%nZP8HT*{CG#<6BxkWhKA=7eh@ z0h3rL5voW{Asz+6G-O08G2;|dL84HDrC?YQ#gw2k9%An3BI%k!uo97$ip_Y0qmU}^ zbqPu_DY=?@AC)hHM})|!d&#gCIwX;vdI{E=Da8eIZqLUeDgei!@TL1AE~PzwEX8jK zN+*;T3{kj<18<EjaRQ%Jjq^V3Db0;bbA#G8+kQxEbKaqGOkH?WR+XP%AM`eAUn-Yv z4yJChY#gG#Q3LE((`{|DM+i|Ck&|NXao9GkyG_&X64;xS8-P0`U60(@x-|oc3pH-; zCzuo5l{I_B9qi}In%2EEw0g;N)45SX&uzK8!a^<-uAKwhdx8nclN(tSpr2;lw3#zj z?j~1&r`2<Et$2^^*QmLF5?AmT#gWjI(-~mCQYJ%r58B3ht@QaC_k)&$fRiI=a^{_W zLjl7#e(B7m;kV!Vb+zZ0_y=tV{V!x*v}TjQ+t-P6_^(g*4RetHABf*O-#9Lt-iZD0 HZE^Dtw0CS3 literal 0 HcmV?d00001 diff --git a/src/components/sound-editor/icon--stop.svg b/src/components/sound-editor/icon--stop.svg new file mode 100644 index 0000000000000000000000000000000000000000..c960e66c3c5a34f58549ee46be0193246c0a8678 GIT binary patch literal 1143 zcmaKrQE!_t5Xay1DLnV3m1azUq$L6>ZBzGJHQfiGZ~-gCMz$N$Z$I0Zl&<M4gwOW* zcgO#Z?EZA<&=I6!g6DV{gct#@M9p}U<3G<2<PIaHOJ0|q;E-c3@O`n!)UiPWt96^> zRn(s_YJoMao>oT&!w+%Fafm{+ip+!OL6#Vquw3Q1)w<tMIt)WF#DS0vjlwXb2Jc-q zr;hRcCC6o&rqrF{Vu8%az7c|c0|!}ZAvb8d2VJ!&iGv7T$7#4uZxBJVh%cgr11tUK z29-EaHQph_BQ?_<6iSPp^j-P(Qdawnj+<l58dO#Mlu&A@jUu}BVS|jiqseQhMxskp zLZuO_bKIA@B~}fi6h?3E?PX1pcTue^jZcD$jM~dSI}>8!W{m?rmJL{-(o*bQxj0NK z;>qTC$GXne(jHoy$k)zz!x6ZsYp<tEb;SMxwYM4&vW)J+(`{t3)w1MjC*&c=&g_f? z*JQm+15-gWz9SMRE5EpzF=yPZhMpt_`)I^9Ek~XuJA8o-&)g*Xf;uBxAfe<5Dj{oQ zY)$%KfY(ucM#tgpf7mnrhnD!~<E+~>vR4IO?yCnkE-H>(BX3#>yBuHnwlKvux8M6_ zVor1B`e-Wk89#2!s%^U~SdIN<=c&WuS%(?>LWfO}ra7a{=X5@8e%LrKoRQgIyIA}M DTzxl{ literal 0 HcmV?d00001 diff --git a/src/components/sound-editor/sound-editor.css b/src/components/sound-editor/sound-editor.css index 03cccb22e..f46bcac21 100644 --- a/src/components/sound-editor/sound-editor.css +++ b/src/components/sound-editor/sound-editor.css @@ -108,7 +108,6 @@ $border-radius: 0.25rem; flex-grow: 1; max-width: 100%; max-height: 100%; - filter: grayscale(1) brightness(10); /*min-width: 1.5rem;*/ } diff --git a/src/components/sound-editor/sound-editor.jsx b/src/components/sound-editor/sound-editor.jsx index 761856548..b0e97a174 100644 --- a/src/components/sound-editor/sound-editor.jsx +++ b/src/components/sound-editor/sound-editor.jsx @@ -13,8 +13,8 @@ import IconButton from '../icon-button/icon-button.jsx'; import styles from './sound-editor.css'; -import playIcon from '../record-modal/icon--play.svg'; -import stopIcon from '../record-modal/icon--stop-playback.svg'; +import playIcon from './icon--play.svg'; +import stopIcon from './icon--stop.svg'; import redoIcon from './icon--redo.svg'; import undoIcon from './icon--undo.svg'; import fasterIcon from './icon--faster.svg'; -- GitLab