Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
feat(sms): remove SMS padlock
Browse files Browse the repository at this point in the history
Fixes #6653
  • Loading branch information
vladikoff committed Dec 11, 2018
1 parent ee6d028 commit 3f249be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions app/images/icon-secure-lock.svg

This file was deleted.

2 changes: 1 addition & 1 deletion app/scripts/templates/sms_send.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<form novalidate>
<div class="input-row sms-row">
<input name="phoneNumber" class="phone-number" type="tel" data-country="{{country}}" value="{{phoneNumber}}" placeholder="{{#t}}Mobile phone number{{/t}}" required autofocus="autofocus" />
<button type="submit" class="sms-send primary-button"><span class="sms-send-lock"></span>{{#t}}Send{{/t}}</button>
<button type="submit" class="sms-send primary-button">{{#t}}Send{{/t}}</button>
</div>
</form>
</section>
Expand Down
7 changes: 0 additions & 7 deletions app/styles/modules/_branding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@
width: auto;
z-index: 3;

.sms-send-lock {
background: image-url('icon-secure-lock.svg') no-repeat 0 2px;
display: block;
height: 20px;
width: 20px;
}

html[dir='ltr'] & {
border-left: 1px solid $input-border-color-default;
right: 1px;
Expand Down

0 comments on commit 3f249be

Please sign in to comment.