mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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.
This commit is contained in:
committed by
Tim Abbott
parent
939691dfed
commit
eef44429e2
@@ -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;
|
||||
}
|
||||
|
@@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<ul class="todo-widget">
|
||||
</ul>
|
||||
<div class="add-task-bar">
|
||||
<div class="add-task-bar sea-green">
|
||||
<input type="text" class="add-task" placeholder="{{t 'New task'}}" />
|
||||
<input type="text" class="add-desc" placeholder="{{t 'Description'}}" />
|
||||
<button class="add-task">{{t "Add task" }}</button>
|
||||
|
Reference in New Issue
Block a user