aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 16:25:59 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 16:25:59 +0100
commit8433a52774677cf1ecabac9166964b29ec64b172 (patch)
tree87b326007b2cba065e1e98613f0778a43db7ad33 /src/styles/tabs.scss
parentfix merging issues (diff)
downloadferdium-app-8433a52774677cf1ecabac9166964b29ec64b172.tar.gz
ferdium-app-8433a52774677cf1ecabac9166964b29ec64b172.tar.zst
ferdium-app-8433a52774677cf1ecabac9166964b29ec64b172.zip
replace :hover animation by a more decent :active effect
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index 9b13df1f0..7d8c63ba3 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -47,16 +47,15 @@
47 } 47 }
48 } 48 }
49 49
50 &:hover { 50 &:active {
51 .tab-item__icon { 51 .tab-item__icon {
52 transform: scale(1.1); 52 opacity: 0.7;
53 } 53 }
54 } 54 }
55 55
56 .tab-item__icon { 56 .tab-item__icon {
57 width: 30px; 57 width: 30px;
58 height: auto; 58 height: auto;
59 transition: transform 0.25s;
60 } 59 }
61 60
62 .tab-item__message-count { 61 .tab-item__message-count {