mirror of https://github.com/zulip/zulip.git
refactor: Remove obsolete .messagebox-bottom.
This is an obsolete css class in zulip.css.
This commit is contained in:
parent
6f7574ce19
commit
b9c784bd7f
|
@ -997,16 +997,6 @@ td.pointer {
|
|||
}
|
||||
}
|
||||
|
||||
.messagebox-bottom {
|
||||
height: 3px;
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
border-radius: 0px 0px 3px 0px;
|
||||
/* box-shadow: 0px 2px 2px -1px hsl(0, 0%, 80%); */
|
||||
border: 1px solid hsl(166, 26%, 80%);
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.messagebox-bottom-colorblock {
|
||||
border-radius: 0px 0px 0px 3px;
|
||||
/* box-shadow: 0px 2px 2px -1px hsl(0, 0%, 80%); */
|
||||
|
|
Loading…
Reference in New Issue