summaryrefslogtreecommitdiff
path: root/src/components/Root.scss
diff options
context:
space:
mode:
authorHaishan <[email protected]>2022-06-11 22:31:33 +0800
committerHaishan <[email protected]>2022-06-11 22:31:33 +0800
commit20c8dad10d89ce0a022fda306b355beec67cf857 (patch)
tree83334341cf0e56b99ef01ecb5eda3d1ef0da227d /src/components/Root.scss
parent459de998751bee702615eb790e2ad2313877b386 (diff)
Make selected indicator more distinguishable in proxy summary list
ref #575
Diffstat (limited to 'src/components/Root.scss')
-rw-r--r--src/components/Root.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Root.scss b/src/components/Root.scss
index 5fb5ffd..719e7a2 100644
--- a/src/components/Root.scss
+++ b/src/components/Root.scss
@@ -96,6 +96,7 @@ body {
--bc-tooltip: #555;
--select-border-color: #040404;
--select-bg-hover: url(data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%228%22%20height%3D%2224%22%20viewBox%3D%220%200%208%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207L7%2011H1L4%207Z%22%20fill%3D%22%23ffffff%22%20%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2017L1%2013L7%2013L4%2017Z%22%20fill%3D%22%23ffffff%22%20%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20);
+ --color-proxy-dot-selected-ind-bo: transparent;
}
@mixin light {
--color-background: #eee;
@@ -124,6 +125,7 @@ body {
--bc-tooltip: #ccc;
--select-border-color: #999999;
--select-bg-hover: url(data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%228%22%20height%3D%2224%22%20viewBox%3D%220%200%208%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207L7%2011H1L4%207Z%22%20fill%3D%22%23222222%22%20%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2017L1%2013L7%2013L4%2017Z%22%20fill%3D%22%23222222%22%20%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20);
+ --color-proxy-dot-selected-ind-bo: #888;
}
:root[data-theme='auto'] {