Fix lingering darkmode style bugs
This commit is contained in:
parent
62a6f6532b
commit
69cfef0193
@ -26,7 +26,7 @@
|
|||||||
*ngIf="editorService.isEditing && editorService.canEdit()"
|
*ngIf="editorService.isEditing && editorService.canEdit()"
|
||||||
title="More page options"
|
title="More page options"
|
||||||
(click)="onPageMenuClick($event)"
|
(click)="onPageMenuClick($event)"
|
||||||
class="clear-btn"
|
fill="clear"
|
||||||
>
|
>
|
||||||
<i class="fa fa-ellipsis-v"></i>
|
<i class="fa fa-ellipsis-v"></i>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
|
@ -138,6 +138,10 @@ hr {
|
|||||||
|
|
||||||
/* ============== DARK MODE FIXES ============== */
|
/* ============== DARK MODE FIXES ============== */
|
||||||
body.dark {
|
body.dark {
|
||||||
|
.node-content-wrapper-focused {
|
||||||
|
background: rgba(25, 25, 70, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
.node-content-wrapper:hover {
|
.node-content-wrapper:hover {
|
||||||
background: rgba(35,35,80,0.5);
|
background: rgba(35,35,80,0.5);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user