Skip to content

Commit

Permalink
Fix unreadable icon in text toolbar when tool option is selected. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Sep 17, 2023
1 parent 5cbeb74 commit 60d9cc1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/apps/core/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@
opacity: 1 !important;
}
}

.text-menubar .entry-action.is-active:not(.entry-action-item) .material-design-icon > svg,
.text-menubar button.entry-action__button.is-active .material-design-icon > svg {
fill: var(--color-primary-text) !important;
}
4 changes: 4 additions & 0 deletions css/server-automatic.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/server.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60d9cc1

Please sign in to comment.