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:
Vaibhav 2019-08-24 17:01:31 +05:30 committed by Tim Abbott
parent 1e350cbd09
commit a19c74bd5e
1 changed files with 1 additions and 7 deletions

View File

@ -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;
&,