Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish cleaning up CSS from move to CSS variables for colors #3028

Merged
merged 16 commits into from
Oct 1, 2021
Merged
Prev Previous commit
Next Next commit
Remove theme CSS from unsynced notes dialog component
  • Loading branch information
sandymcfadden committed Sep 29, 2021
commit 8ce52430c491c90a0b2c8341570ecc624d2937f7
10 changes: 0 additions & 10 deletions lib/dialogs/unsynchronized/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,3 @@
}
}
}

body[data-theme='dark'] .logoutConfirmation .dialog {
.change-list {
border-color: var(--secondary-color);
}

.export-unsynchronized {
color: var(--accent-color);
}
}