Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibastawisi committed Aug 29, 2024
1 parent dbfeec6 commit 03cd9dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/editor/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,6 @@ iframe {
fill: transparent;
}

.sticky-note-container .LexicalTheme__image svg :is(path, rect, circle, ellipse, polygon, polyline, line, text, tspan, textPath),
.sticky-note-container .LexicalTheme__image[data-type='graph']>img {
filter: initial !important;
}

.LexicalTheme__image figcaption {
display: flex;
Expand Down Expand Up @@ -708,6 +704,11 @@ iframe {
background-color: rgba(0, 0, 0, 0.04);
}

[theme=light] .LexicalTheme__image svg :is(path, rect, circle, ellipse, polygon, polyline, line, text, tspan, textPath),
[theme=light] .LexicalTheme__image[data-type='graph'] img {
filter: initial !important;
}

[theme=light] .details__container .details__container li img {
filter: invert(1);
}
Expand Down

0 comments on commit 03cd9dc

Please sign in to comment.