css & html cleanup
Wabifocus committed
Dec 21, 2025 at 08:37 UTC
6d31f86f13f576511f2aaf06f9e8677f4e85783d
2 files changed
-7
webui/components/sidebar/tasks/tasks-list.html
-2
@@ -68,8 +68,6 @@
68
</div>
69
</template>
70
</div>
71
- </template>
72
- </div>
71
72
<style>
73
/* Root wrappers provide flex context when embedded */
webui/css/buttons.css
-5
@@ -104,8 +104,3 @@
104
background-color: rgba(19, 26, 32, 0.56);
105
color: rgba(253, 253, 253, 0.35);
106
}
107
-
108
-.btn-icon-action.danger:hover {
109
- border-color: #e57373;
110
- color: #e57373;
111
-}