summaryrefslogtreecommitdiff
path: root/src/components/BackendList.module.scss
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-06-13 15:20:12 +0800
committerHaishan <[email protected]>2021-06-13 18:26:30 +0800
commitc78dbcf8f89072dc9c2fa8ba81e2cf5a80218cd7 (patch)
tree1801b2954623c3b6710ba769836e5c25a68cf65a /src/components/BackendList.module.scss
parentaad1d2681e4415add1ab440159bf1253b5b34d8e (diff)
Support switch theme on backend config page
Diffstat (limited to 'src/components/BackendList.module.scss')
-rw-r--r--src/components/BackendList.module.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/BackendList.module.scss b/src/components/BackendList.module.scss
index 1de1972..6872d3a 100644
--- a/src/components/BackendList.module.scss
+++ b/src/components/BackendList.module.scss
@@ -19,6 +19,7 @@
grid-template-rows: 30px;
grid-template-areas: 'close url .';
column-gap: 10px;
+ border: 1px solid var(--bg-near-transparent);
}
.li:hover {
@@ -29,6 +30,7 @@
opacity: 0;
grid-area: close;
place-self: center;
+ cursor: pointer;
}
.li:hover .close,
@@ -83,6 +85,7 @@
}
.btn:hover:enabled {
background-color: var(--color-focus-blue);
+ color: white;
}
.btn:active:enabled {
transform: scale(0.97);