Fix unreadable icon in text toolbar when tool option is selected. Fixes #336

This commit is contained in:
Magnus Walbeck 2023-09-17 12:52:48 +02:00
parent 5cbeb742b2
commit 60d9cc1a3b
No known key found for this signature in database
3 changed files with 14 additions and 0 deletions

View File

@ -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;
}

View File

@ -869,6 +869,10 @@
.emoji-list .emoji-list__item {
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;
}
/***
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
*

View File

@ -942,6 +942,11 @@ table tr.mouseOver td {
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;
}
/***
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
*