1
0
Fork 0

Remove unused interface section for interface language

This commit is contained in:
Rigel Kent 2020-04-11 11:30:06 +02:00
parent d694b19344
commit 58e1765aff
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
2 changed files with 5 additions and 13 deletions

View File

@ -1,18 +1,5 @@
<form role="form" (ngSubmit)="updateInterfaceSettings()" [formGroup]="form">
<div class="form-group">
<label i18n for="theme">Interface language</label>
<div class="peertube-select-container">
<select formControlName="theme" id="theme" class="form-control">
<option i18n value="instance-default">instance default</option>
<option i18n value="default">peertube default</option>
<option *ngFor="let theme of availableThemes" [value]="theme">{{ theme }}</option>
</select>
</div>
</div>
<div class="form-group">
<label i18n for="theme">Theme</label>

View File

@ -5,6 +5,11 @@
@include peertube-button-link;
@include orange-button;
&.focus-visible,
&:focus {
box-shadow: none;
}
border-radius: 0;
}