mirror of https://github.com/zulip/zulip.git
css: Delete now unused subscription-control-label class.
We're now styling these widgets identically to settings, and don't see a special class.
This commit is contained in:
parent
5ac2241cf9
commit
959c2547bb
|
@ -91,7 +91,7 @@
|
|||
{{/each}}
|
||||
|
||||
<div class="input-group">
|
||||
<label for="streamcolor" class="subscription-control-label">{{t "Stream color" }}</label>
|
||||
<label for="streamcolor">{{t "Stream color" }}</label>
|
||||
<span class="sub_setting_control">
|
||||
<input stream_id="{{sub.stream_id}}" class="colorpicker" id="streamcolor" type="text" value="{{sub.color}}" tabindex="-1" />
|
||||
</span>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{{#if is_disabled}}disabled="disabled"{{/if}} />
|
||||
<span></span>
|
||||
</label>
|
||||
<label class="subscription-control-label inline" for="{{setting_name}}_{{stream_id}}">{{label}}</label>
|
||||
<label class="inline" for="{{setting_name}}_{{stream_id}}">{{label}}</label>
|
||||
|
||||
{{!-- Tooltips for settings --}}
|
||||
{{#if (eq setting_name "is_muted")}}
|
||||
|
|
Loading…
Reference in New Issue