@@ -25,22 +25,22 @@ <h3>Feature Packs</h3>
25
25
</ div >
26
26
</ div >
27
27
< div id ="sox-settings-dialog-actions ">
28
- < input class ="s-btn s-btn__primary s-btn__sm " id ="sox-settings-dialog-save " type ="submit " value ="Save Changes ">
29
- < a class ="action s-btn s-btn__secondary s-btn__sm " id ="sox-settings-dialog-reset " title ="reset SOX (deletes everything, including your settings and access token) "> Reset</ a >
30
- < a class ="action s-btn s-btn__secondary s-btn__sm " id ="sox-settings-dialog-report " title ="report issue on Github " target ="_blank " href ="https://github.com/soscripted/sox/issues/new "> Report Issue</ a >
31
- < a class ="action s-btn s-btn__secondary s-btn__sm " id ="sox-settings-dialog-debugging "> Enable Debugging</ a >
32
- < a class ="action " id ="sox-settings-dialog-access-token " title ="request a new access token ">
33
- < svg role ="img " class ="sox-sprite sox-sprite-key "> < use xlink:href ="#sox_key "> </ use > </ svg >
34
- </ a >
35
- < a class ="action " id ="sox-settings-export " title ="export/copy feature settings ">
36
- < svg role ="img " class ="sox-sprite sox-sprite-export "> < use xlink:href ="#sox_export "> </ use > </ svg >
28
+ < a class ="action " id ="sox-settings-dialog-check-toggle " title ="toggle all features on/off ">
29
+ < svg role ="img " class ="sox-sprite sox-sprite-checked-box "> < use xlink:href ="#sox_checked_box "/> </ svg >
30
+ < svg role ="img " style ="display:none " class ="sox-sprite sox-sprite-unchecked-box "> < use xlink:href ="#sox_unchecked_box "/> </ svg >
37
31
</ a >
38
32
< a class ="action " id ="sox-settings-import " title ="import/paste feature settings ">
39
- < svg role ="img " class ="sox-sprite sox-sprite-import "> < use xlink:href ="#sox_import "> </ use > </ svg >
33
+ < svg role ="img " class ="sox-sprite sox-sprite-import "> < use xlink:href ="#sox_import "/> </ svg >
40
34
</ a >
41
- < a class ="action " id ="sox-settings-dialog-check-toggle " title ="toggle all features on/off ">
42
- < svg role ="img " class ="sox-sprite sox-sprite-checked-box "> < use xlink:href ="#sox_checked_box "> </ use > </ svg >
43
- < svg role ="img " style ="display:none " class ="sox-sprite sox-sprite-unchecked-box "> < use xlink:href ="#sox_unchecked_box "> </ use > </ svg >
35
+ < a class ="action " id ="sox-settings-export " title ="export/copy feature settings ">
36
+ < svg role ="img " class ="sox-sprite sox-sprite-export "> < use xlink:href ="#sox_export "/> </ svg >
37
+ </ a >
38
+ < a class ="action " id ="sox-settings-dialog-access-token " title ="request a new access token ">
39
+ < svg role ="img " class ="sox-sprite sox-sprite-key "> < use xlink:href ="#sox_key "/> </ svg >
44
40
</ a >
41
+ < a class ="s-btn s-btn__secondary s-btn__sm " id ="sox-settings-dialog-debugging "> Enable Debugging</ a >
42
+ < a class ="s-btn s-btn__secondary s-btn__sm " id ="sox-settings-dialog-report " title ="report issue on Github " target ="_blank " href ="https://github.com/soscripted/sox/issues/new "> Report Issue</ a >
43
+ < a class ="s-btn s-btn__secondary s-btn__sm " id ="sox-settings-dialog-reset " title ="reset SOX (deletes everything, including your settings and access token) "> Reset</ a >
44
+ < button type ="button " class ="s-btn s-btn__primary s-btn__sm " id ="sox-settings-dialog-save "> Save Changes</ button >
45
45
</ div >
46
46
</ div >
0 commit comments