mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-21 15:02:13 +00:00
QFix: updated color for disabled mentions (#8918)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
parent
d89cfbb64c
commit
5d042c5cd3
@ -161,9 +161,9 @@
|
|||||||
--theme-bg-divider-color: #282834;
|
--theme-bg-divider-color: #282834;
|
||||||
--theme-mention-bg-color: rgba(55, 122, 230, 0.1);
|
--theme-mention-bg-color: rgba(55, 122, 230, 0.1);
|
||||||
--theme-mention-focused-bg-color: rgba(55, 122, 230, 0.2);
|
--theme-mention-focused-bg-color: rgba(55, 122, 230, 0.2);
|
||||||
--theme-broken-mention-bg-color: rgba(202, 66, 66, .2);
|
--theme-broken-mention-color: rgba(255, 255, 255, .4);
|
||||||
--theme-broken-mention-color: rgb(202, 66, 66);
|
--theme-broken-mention-bg-color: rgba(255, 255, 255, .12);
|
||||||
--theme-broken-mention-focused-bg-color: rgba(202, 66, 66, .3);
|
--theme-broken-mention-focused-bg-color: rgba(255, 255, 255, .2);
|
||||||
|
|
||||||
--theme-trans-color: rgba(255, 255, 255, .3);
|
--theme-trans-color: rgba(255, 255, 255, .3);
|
||||||
--theme-darker-color: rgba(255, 255, 255, .4);
|
--theme-darker-color: rgba(255, 255, 255, .4);
|
||||||
@ -453,9 +453,9 @@
|
|||||||
--theme-bg-divider-color: #E3E3E5;
|
--theme-bg-divider-color: #E3E3E5;
|
||||||
--theme-mention-bg-color: rgba(55, 122, 230, 0.1);
|
--theme-mention-bg-color: rgba(55, 122, 230, 0.1);
|
||||||
--theme-mention-focused-bg-color: rgba(55, 122, 230, 0.2);
|
--theme-mention-focused-bg-color: rgba(55, 122, 230, 0.2);
|
||||||
--theme-broken-mention-bg-color: rgba(202, 66, 66, .2);
|
--theme-broken-mention-bg-color: rgba(0, 0, 0, .12);
|
||||||
--theme-broken-mention-color: rgb(202, 66, 66);
|
--theme-broken-mention-color: rgba(0, 0, 0, .4);
|
||||||
--theme-broken-mention-focused-bg-color: rgba(202, 66, 66, .3);
|
--theme-broken-mention-focused-bg-color: rgba(0, 0, 0, .2);
|
||||||
|
|
||||||
--theme-link-preview-bg-color: #E5E8F0;
|
--theme-link-preview-bg-color: #E5E8F0;
|
||||||
--theme-link-preview-description-color: #5A667E;
|
--theme-link-preview-description-color: #5A667E;
|
||||||
|
Loading…
Reference in New Issue
Block a user