mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
fix(message-list): side-bar button shouldn't be selectable
Summary: fixes T2852 Test Plan: tested manually Reviewers: bengotow Reviewed By: bengotow Maniphest Tasks: T2852 Differential Revision: https://phab.nylas.com/D1859
This commit is contained in:
parent
6607b46395
commit
0dc3f6f883
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
color: @text-color-subtle;
|
||||
margin-left: @spacing-standard;
|
||||
cursor:default;
|
||||
-webkit-user-select: none;
|
||||
.img-wrap {
|
||||
margin-right: @spacing-half;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue