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:
Tim Abbott 2021-11-23 14:49:32 -08:00
parent 5ac2241cf9
commit 959c2547bb
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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")}}