diff --git a/static/styles/widgets.scss b/static/styles/widgets.scss index 1ea2268a5b..93d1bb41dd 100644 --- a/static/styles/widgets.scss +++ b/static/styles/widgets.scss @@ -54,6 +54,10 @@ background-color: hsl(0, 0%, 100%); } +.poll-vote:hover { + border-color: hsl(156, 30%, 50%); +} + button.task { height: 20px; width: 20px; @@ -76,10 +80,6 @@ img.task-completed { width: 15px; } -.poll-vote:hover { - border-color: hsl(156, 30%, 50%); -} - input.add-task, button.add-task, input.poll-option,