summaryrefslogtreecommitdiff
path: root/src/components/Proxy.module.scss
diff options
context:
space:
mode:
authorHaishan <[email protected]>2019-01-02 22:33:05 +0800
committerHaishan <[email protected]>2019-01-02 22:33:05 +0800
commit761e25f1ea41195b4e58f9ad643a20acbc3f3cfe (patch)
treeb70d9d4c1e8832b7c7aca6e3312d1834b9fd03f2 /src/components/Proxy.module.scss
parentbe029ded162f9bd88a81e9d8e03872f6facd4461 (diff)
style(proxies): tweak proxy hover style
Diffstat (limited to 'src/components/Proxy.module.scss')
-rw-r--r--src/components/Proxy.module.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/components/Proxy.module.scss b/src/components/Proxy.module.scss
index a0389e1..b7f0c8b 100644
--- a/src/components/Proxy.module.scss
+++ b/src/components/Proxy.module.scss
@@ -1,27 +1,5 @@
.proxy {
display: flex;
- cursor: pointer;
-
- svg {
- transition: transform 0.4s ease, color 0.4s ease;
- }
- &:hover {
- svg {
- transform: scale(1.1);
- color: #aaa;
- }
- }
-}
-
-.proxyNotSelectable {
- // cursor: not-allowed;
- cursor: auto;
- &:hover {
- svg {
- transform: initial;
- color: currentcolor;
- }
- }
}
.left {