about summary refs log tree commit diff stats
path: root/src/pages/options
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-09-17 22:13:40 +0300
committerManeraKai <manerakai@protonmail.com>2023-09-17 22:13:40 +0300
commitbef1db90f54ed5d81b02f24340b47e2c84b27460 (patch)
tree02ae83a588038964580cf2465c9910649c83c40f /src/pages/options
parentCleaned code. Fixed not able to select popup buttons with keyboard https://co... (diff)
downloadlibredirect-bef1db90f54ed5d81b02f24340b47e2c84b27460.zip
Cleaning code
Diffstat (limited to 'src/pages/options')
-rw-r--r--src/pages/options/widgets/general.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/options/widgets/general.pug b/src/pages/options/widgets/general.pug
index 15cbf8cd..2e7c07da 100644
--- a/src/pages/options/widgets/general.pug
+++ b/src/pages/options/widgets/general.pug
@@ -55,7 +55,7 @@ section(class="block-option" id="general_page")
         
         |&nbsp;&nbsp;
 
-        a(class="button button-inline" id="export-settings-sync")
+        button(class="button button-inline" id="export-settings-sync")
             svg(xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor")
                 path(d="M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z")
             |&nbsp;
@@ -63,7 +63,7 @@ section(class="block-option" id="general_page")
         
         |&nbsp;&nbsp;
 
-        a(class="button button-inline" id="import-settings-sync")
+        button(class="button button-inline" id="import-settings-sync")
             svg(xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor")
                 path(d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z")
             |&nbsp;
@@ -71,7 +71,7 @@ section(class="block-option" id="general_page")
 
         |&nbsp;&nbsp;
         
-        a(class="button button-inline" id="reset-settings")
+        button(class="button button-inline" id="reset-settings")
             svg(xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor")
                 path(d="M12,5V2L8,6l4,4V7c3.31,0,6,2.69,6,6c0,2.97-2.17,5.43-5,5.91v2.02c3.95-0.49,7-3.85,7-7.93C20,8.58,16.42,5,12,5z")
                 path(d="M6,13c0-1.65,0.67-3.15,1.76-4.24L6.34,7.34C4.9,8.79,4,10.79,4,13c0,4.08,3.05,7.44,7,7.93v-2.02 C8.17,18.43,6,15.97,6,13z")