mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
fix(ui-taiga): Show active list item in single-pane mode (#1751)
This commit is contained in:
parent
073924ff00
commit
e0fa3d5707
1 changed files with 0 additions and 6 deletions
|
@ -41,7 +41,6 @@
|
|||
.list-item {
|
||||
cursor: pointer !important;
|
||||
box-sizing: border-box;
|
||||
border: 0 !important;
|
||||
background-color: @white !important;
|
||||
color: @taiga-dark !important;
|
||||
&.focused {
|
||||
|
@ -52,11 +51,6 @@
|
|||
color: @taiga-dark !important;
|
||||
background-color: darken(@taiga-lighter, 5%) !important;
|
||||
}
|
||||
&.keyboard-cursor {
|
||||
.list-column-Item {
|
||||
border-left: 4px solid darken(@taiga-lighter, 50%) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue