Remove delete button from message details screen

This commit is contained in:
Evan Hahn 2021-07-12 14:57:58 -05:00 committed by GitHub
parent 49dcc11a86
commit d4558dc13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 53 deletions

View file

@ -3171,37 +3171,6 @@ button.module-conversation-details__action-button {
}
}
.module-message-detail__delete-button-container {
text-align: center;
margin-top: 10px;
}
.module-message-detail__delete-button {
@include button-reset;
@include keyboard-mode {
&:focus {
outline: -webkit-focus-ring-color auto 5px;
}
}
border-radius: 5px;
margin: 1em auto;
padding: 1em;
background-color: $color-accent-red;
color: $color-white;
@include light-theme {
border: solid 1px $color-gray-45;
box-shadow: 0 0 10px -3px $color-black-alpha-60;
}
@include dark-theme {
border: solid 1px $color-gray-25;
box-shadow: 0 0 10px -3px $color-white-alpha-60;
}
}
.module-message-detail__contact-container {
margin: 20px;
}