mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-11 15:14:31 +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 {
|
.list-item {
|
||||||
cursor: pointer !important;
|
cursor: pointer !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 0 !important;
|
|
||||||
background-color: @white !important;
|
background-color: @white !important;
|
||||||
color: @taiga-dark !important;
|
color: @taiga-dark !important;
|
||||||
&.focused {
|
&.focused {
|
||||||
|
@ -52,11 +51,6 @@
|
||||||
color: @taiga-dark !important;
|
color: @taiga-dark !important;
|
||||||
background-color: darken(@taiga-lighter, 5%) !important;
|
background-color: darken(@taiga-lighter, 5%) !important;
|
||||||
}
|
}
|
||||||
&.keyboard-cursor {
|
|
||||||
.list-column-Item {
|
|
||||||
border-left: 4px solid darken(@taiga-lighter, 50%) !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue