mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user