Apply 50% opacity to the checkmark when there is no status

This commit is contained in:
Travis Ralston 2018-12-14 13:49:35 -07:00
parent 7efd82f713
commit 7b0766a303
3 changed files with 12 additions and 3 deletions

View file

@ -28,6 +28,10 @@ limitations under the License.
display: inline-block;
}
.mx_StatusMessageContextMenu_submitFaded {
opacity: 0.5;
}
.mx_StatusMessageContextMenu_submit img {
vertical-align: middle;
margin-left: 8px;