From eef44429e29057d465f8cf7803d55126acfabb36 Mon Sep 17 00:00:00 2001 From: whilstsomebody Date: Wed, 5 Mar 2025 01:18:09 +0530 Subject: [PATCH] widgets: Remove white background from "Add task"/"Add option" button. In dark theme, when clicking the "Add task" button of todo and "Add option" button of poll, the background color incorrectly turns white. This commit removes the white background color of the buttons and makes it consistent woth the other green buttons. --- web/styles/widgets.css | 3 --- web/templates/widgets/todo_widget.hbs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/web/styles/widgets.css b/web/styles/widgets.css index f61c04780b..edbd68b54a 100644 --- a/web/styles/widgets.css +++ b/web/styles/widgets.css @@ -228,9 +228,6 @@ button { } &:active { - border-color: hsl(156deg 30% 40%); - color: hsl(156deg 44% 43%); - background-color: hsl(154deg 33% 96%); transition: 0.2s ease; transition-property: background-color, border-color, color; } diff --git a/web/templates/widgets/todo_widget.hbs b/web/templates/widgets/todo_widget.hbs index 08cced4293..0a593c2217 100644 --- a/web/templates/widgets/todo_widget.hbs +++ b/web/templates/widgets/todo_widget.hbs @@ -10,7 +10,7 @@ -
+