mirror of https://github.com/zulip/zulip.git
settings page: Align permission "Discard" option.
In50545a3
we made an incomplete revert of some style changes from7b8da9b
, 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:
parent
cd06e0ab79
commit
5329d24849
|
@ -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%);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue