diff options
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 { |
