stream settings: Remove dead preview-stream CSS.

Remove the CSS written for class 'preview-stream', which stopped
existing in the application in 368b585980.
This commit is contained in:
jai2201
2022-03-06 13:09:28 +05:30
committed by Tim Abbott
parent 6b6a1d53f7
commit f68961533a

View File

@@ -141,22 +141,6 @@
margin-right: 10px;
}
.preview-stream {
display: none;
float: right;
padding: 3px 10px;
border: 1px solid hsl(0, 0%, 80%);
margin: 9px 10px 0 0;
color: hsl(0, 0%, 20%);
}
.preview-stream:hover {
color: hsl(0, 0%, 20%);
text-decoration: none;
background-color: hsl(0, 0%, 92%);
border: 1px solid hsl(0, 0%, 68%);
}
.create_stream_plus_button {
font-size: 24px;
font-weight: 500;
@@ -757,10 +741,6 @@ h4.stream_setting_subsection_title {
color: hsl(0, 0%, 67%);
}
&:hover .preview-stream {
display: inline-block;
}
&:hover .check:not(.checked) svg,
&.active:hover .check:not(.checked) svg {
fill: hsl(0, 0%, 87%);