Add .emoji to some icons

This commit is contained in:
Ilya Ig. Petrov 2017-05-19 22:59:07 -07:00
parent e7b85f7484
commit b77f0c85e9
2 changed files with 3 additions and 3 deletions

View File

@ -333,11 +333,11 @@ export default function getExcEditor(theState) {
</li>
<li>
<input id="this-yes" type="radio" name="if-proxy-this-site" checked={inputProxyingState === true} onClick={onradio}/>
{' '}<label for="this-yes" style="color: black">&nbsp;да</label>
{' '}<label for="this-yes"><span class="emoji"></span>&nbsp;да</label>
</li>
<li>
<input id="this-no" type="radio" name="if-proxy-this-site" checked={inputProxyingState === false} onClick={onradio}/>
{' '}<label for="this-no" style="color: black">&nbsp;нет</label></li>
{' '}<label for="this-no"><span class="emoji"></span>&nbsp;нет</label></li>
</ol>
</section>
);

View File

@ -15,7 +15,7 @@ export default function getPacChooser(theState) {
return (
<section>
<header>Я <span style="color: #f93a17"></span> yведомления:</header>
<header>Я <span class="emoji" style="color: #f93a17"></span> yведомления:</header>
<ul class={scopedCss.listOfNotifiers}>
{
Array.from(props.apis.errorHandlers.getEventsMap()).map(([ntfId, ntfName]) => {