FileSidebar refactored

This commit is contained in:
Peter Papp
2021-04-20 08:11:05 +02:00
parent 7e8511ab3f
commit 25a28c37c8
19 changed files with 697 additions and 830 deletions

View File

@@ -175,12 +175,12 @@ export default {
@media (prefers-color-scheme: dark) {
.input-wrapper {
background: $dark_mode_foreground;
background: lighten($dark_mode_foreground, 3%);
.email-list {
.email-input {
background: $dark_mode_foreground;
background: lighten($dark_mode_foreground, 3%);
color: $dark_mode_text_primary;
&::placeholder {
@@ -190,6 +190,4 @@ export default {
}
}
}
</style>