settings page: Align permission "Discard" option.

In 50545a3 we made an incomplete revert of some style changes from
7b8da9b, this commit reverts the "x" to "fa fa-times" and also fixes an
alignment issue for the "Discard" box in chrome.
Fixes #13233.
This commit is contained in:
YashRE42 2019-10-07 20:22:29 +05:30 committed by Tim Abbott
parent cd06e0ab79
commit 5329d24849
2 changed files with 4 additions and 4 deletions

View File

@ -478,12 +478,12 @@ input[type=checkbox] + .inline-block {
#settings_page .icon-button .icon-button-icon {
vertical-align: bottom;
margin-right: 3px;
font-size: 24px;
font-weight: 600;
margin-bottom: 1px;
font-size: 15px;
font-weight: 500;
}
#settings_page .icon-button.primary .icon-button-icon {
font-size: 15px;
font-weight: lighter;
color: hsl(0, 0%, 100%);
}

View File

@ -11,7 +11,7 @@
</div>
<div class="inline-block subsection-changes-discard">
<div class="icon-button button discard-button" type="button" id="org-discard-{{section_name}}">
<span class="icon-button-icon">×</span>
<span class="fa fa-times icon-button-icon"></span>
<span class="icon-button-text">
{{t 'Discard' }}
</span>