mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-14 17:28:35 +00:00
Fix unreadable icon in text toolbar when tool option is selected. Fixes #336
This commit is contained in:
parent
5cbeb742b2
commit
60d9cc1a3b
3 changed files with 14 additions and 0 deletions
css
|
@ -73,3 +73,8 @@
|
||||||
opacity: 1 !important;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -869,6 +869,10 @@
|
||||||
.emoji-list .emoji-list__item {
|
.emoji-list .emoji-list__item {
|
||||||
opacity: 1 !important;
|
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>
|
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||||
*
|
*
|
||||||
|
|
|
@ -942,6 +942,11 @@ table tr.mouseOver td {
|
||||||
opacity: 1 !important;
|
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>
|
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue