Sync status shouldn't be clickable

This commit is contained in:
narcolepticinsomniac 2019-11-14 19:09:32 -05:00 committed by GitHub
parent 41aa869c33
commit 02021bf6f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@
<div class="block sync-options">
<h1 i18n-text="optionsCustomizeSync"></h1>
<div class="items">
<label>
<div class="label">
<span class="sync-status"></span>
<div class="select-resizer">
<select class="cloud-name">
@ -151,7 +151,7 @@
</select>
<svg class="svg-icon select-arrow"><use xlink:href="#svg-icon-select-arrow"/></svg>
</div>
</label>
</div>
<div class="actions">
<button type="button" class="connect" i18n-text="optionsSyncConnect"></button>
<button type="button" class="disconnect" i18n-text="optionsSyncDisconnect"></button>