mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
style/mentions list: workaround to avoid some CSS property overrides
This commit is contained in:
parent
f5d6fca892
commit
37fd8a7095
@ -1010,9 +1010,10 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
|
|||||||
font-size: var(--detail-font-size) !important;
|
font-size: var(--detail-font-size) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck-mentions .ck-button.ck-on {
|
.ck-mentions {
|
||||||
background-color: var(--active-item-background-color) !important;
|
--ck-color-list-button-on-background: var(--active-item-background-color);
|
||||||
color: var(--active-item-text-color) !important;
|
--ck-color-list-button-on-background-focus: var(--ck-color-list-button-on-background);
|
||||||
|
--ck-color-list-button-on-text: var(--active-item-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck-mentions .ck-button b {
|
.ck-mentions .ck-button b {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user