mirror of https://github.com/zulip/zulip.git
css: Reorder widgets.scss so `.poll-vote` are in same place.
This commit is contained in:
parent
39b1665237
commit
7b77cc936a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue