Swap button styles for plugin list refresh and install actions

Change refresh button from 'confirm' to default style and install button from default to 'confirm' style to better reflect their relative importance and action severity.

frdel committed Mar 10, 2026 at 13:57 UTC 5579a3c9e5feeaba9345cc381dffd21ea3bf2e59
2 files changed +2 -2
plugins/plugin_installer/extensions/webui/plugins-list-header-buttons/install-buttons.html
+1 -1
@@ -4,7 +4,7 @@
4 </script>
5
6 <button type="button"
7 - class="button"
7 + class="button confirm"
8 @click="openModal('../plugins/plugin_installer/webui/main.html')">
9 <span class="icon material-symbols-outlined">add</span> Install
10 </button>
webui/components/plugins/list/plugin-list.html
+1 -1
@@ -47,7 +47,7 @@
47 </div>
48 <div class="plugins-toolbar-actions">
49 <button type="button"
50 - class="button confirm"
50 + class="button"
51 title="Refresh"
52 @click="$store.pluginListStore.refresh()"
53 :disabled="$store.pluginListStore.loading">