css: Remove bad color change of create stream button.

This color change make the button less visible on hover which
doesn't makes sense.
This commit is contained in:
Aman Agrawal
2021-06-08 14:27:00 +00:00
committed by Tim Abbott
parent 8799046f95
commit e6f38f9bc2

View File

@@ -190,10 +190,6 @@
transition: all 0.2s ease;
padding-bottom: 0;
padding-top: 0;
&:hover {
color: hsl(0, 0%, 27%);
}
}
#create_stream_description {