diff options
| author | Haishan <[email protected]> | 2019-01-02 22:33:05 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-01-02 22:33:05 +0800 |
| commit | 761e25f1ea41195b4e58f9ad643a20acbc3f3cfe (patch) | |
| tree | b70d9d4c1e8832b7c7aca6e3312d1834b9fd03f2 /src/components/Proxy.module.scss | |
| parent | be029ded162f9bd88a81e9d8e03872f6facd4461 (diff) | |
style(proxies): tweak proxy hover style
Diffstat (limited to 'src/components/Proxy.module.scss')
| -rw-r--r-- | src/components/Proxy.module.scss | 22 |
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 { |
