mirror of https://github.com/zulip/zulip.git
css: Remove redundant rules for `.message_header*`.
Since these rules are overwritten we can remove them. For message_header_colorblock we can remove `!important` from box-shadow since it was present due to the removed rules.
This commit is contained in:
parent
1e350cbd09
commit
a19c74bd5e
|
@ -65,16 +65,10 @@
|
|||
}
|
||||
|
||||
.compose_table {
|
||||
.message_header_colorblock,
|
||||
.message_header {
|
||||
box-shadow: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.message_header_colorblock {
|
||||
border-radius: 3px 0px 0px 0px;
|
||||
/* box-shadow: 0px 2px 3px hsl(0, 0%, 80%); */
|
||||
box-shadow: inset 0px 2px 1px -2px hsl(0, 0%, 20%), inset 2px 0px 1px -2px hsl(0, 0%, 20%) !important;
|
||||
box-shadow: inset 0px 2px 1px -2px hsl(0, 0%, 20%), inset 2px 0px 1px -2px hsl(0, 0%, 20%);
|
||||
width: 10px;
|
||||
|
||||
&,
|
||||
|
|
Loading…
Reference in New Issue