mirror of https://github.com/zulip/zulip.git
fix the transition for add option button when on dark mode
This commit is contained in:
parent
caedcb8b8b
commit
9b04962e02
|
@ -968,6 +968,25 @@
|
|||
}
|
||||
}
|
||||
|
||||
button {
|
||||
&.poll-option {
|
||||
color: hsl(185deg 35% 65%);
|
||||
border-color: hsl(185deg 35% 35%);
|
||||
|
||||
&:hover {
|
||||
color: hsl(185deg 50% 70%);
|
||||
border-color: hsl(185deg 40% 40%);
|
||||
background-color: hsl(185deg 20% 20%);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
color: hsl(185deg 50% 65%);
|
||||
border-color: hsl(185deg 40% 50%);
|
||||
background-color: hsl(185deg 40% 35%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Widgets: Poll */
|
||||
.poll-widget {
|
||||
.poll-vote {
|
||||
|
|
Loading…
Reference in New Issue