mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-07 05:04:58 +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
0688da5541
commit
cd6f33250f
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
||||||
color: @text-color-subtle;
|
color: @text-color-subtle;
|
||||||
margin-left: @spacing-standard;
|
margin-left: @spacing-standard;
|
||||||
cursor:default;
|
cursor:default;
|
||||||
|
-webkit-user-select: none;
|
||||||
.img-wrap {
|
.img-wrap {
|
||||||
margin-right: @spacing-half;
|
margin-right: @spacing-half;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Reference in a new issue