parent
d096a21da6
commit
787b16a7be
2 changed files with 3 additions and 1 deletions
1
release-notes/8.0.0/3608.md
Normal file
1
release-notes/8.0.0/3608.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fix text selection color
|
|
@ -141,6 +141,7 @@
|
||||||
/* other colors */
|
/* other colors */
|
||||||
--color-gold: #b1983b;
|
--color-gold: #b1983b;
|
||||||
--color-white: #ffffff;
|
--color-white: #ffffff;
|
||||||
|
--color-pure-black: #000000;
|
||||||
--color-diff-removed-word-bg: #783030;
|
--color-diff-removed-word-bg: #783030;
|
||||||
--color-diff-added-word-bg: #255c39;
|
--color-diff-added-word-bg: #255c39;
|
||||||
--color-diff-removed-row-bg: #432121;
|
--color-diff-removed-row-bg: #432121;
|
||||||
|
@ -304,7 +305,7 @@ i.grey.icon.icon.icon.icon {
|
||||||
}
|
}
|
||||||
::selection {
|
::selection {
|
||||||
background: var(--steel-100) !important;
|
background: var(--steel-100) !important;
|
||||||
color: var(--color-white) !important;
|
color: var(--color-pure-black) !important;
|
||||||
}
|
}
|
||||||
strong.attention-important, svg.attention-important {
|
strong.attention-important, svg.attention-important {
|
||||||
color: var(--color-violet-light);
|
color: var(--color-violet-light);
|
||||||
|
|
Loading…
Reference in a new issue