1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-07 14:35:39 +00:00

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

This commit is contained in:
Magnus Walbeck 2023-09-17 12:52:48 +02:00
parent 5cbeb742b2
commit 60d9cc1a3b
Signed by: mwalbeck
SSH key fingerprint: SHA256:LW2enW+zg6O/tGp+u4fVcpo+4Bn9y1qGj9SxUIBdK3s
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>
*