summaryrefslogtreecommitdiff
path: root/src/components/shared/ThemeSwitcher.module.css
diff options
context:
space:
mode:
authoryaling888 <[email protected]>2022-05-06 03:55:39 +0800
committeryaling888 <[email protected]>2022-05-06 03:55:39 +0800
commitdafd4486f17fcd72ac86578854886a807b0c4748 (patch)
treed15d3345690f84000afda53c5c2f2ebe84cfdb8b /src/components/shared/ThemeSwitcher.module.css
parent96c16b0ae5562cbe16b311da0ed9f839da172c4e (diff)
parent4dea888769ef153806bc5275616fd3c9d3e0a32b (diff)
Merge 'tracking' into master
Diffstat (limited to 'src/components/shared/ThemeSwitcher.module.css')
-rw-r--r--src/components/shared/ThemeSwitcher.module.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/components/shared/ThemeSwitcher.module.css b/src/components/shared/ThemeSwitcher.module.css
deleted file mode 100644
index 919c86c..0000000
--- a/src/components/shared/ThemeSwitcher.module.css
+++ /dev/null
@@ -1,28 +0,0 @@
-.iconWrapper {
- --sz: 40px;
-
- width: var(--sz);
- height: var(--sz);
- display: flex;
- justify-content: center;
- align-items: center;
-
- outline: none;
- padding: 5px;
- color: var(--color-text);
- border-radius: 100%;
- border: 1px solid transparent;
-}
-.iconWrapper:hover {
- opacity: 0.6;
-}
-.iconWrapper:focus {
- border-color: var(--color-focus-blue);
-}
-
-.themeSwitchContainer {
- appearance: none;
- user-select: none;
- background: none;
- cursor: pointer;
-}