diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-05-08 00:04:48 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-05-08 00:32:53 +0200 |
commit | 3191c3b349f67442f3ae42be6e1b141e2392a293 (patch) | |
tree | 2b5c8d62c1f137c28cc3b744f8076c455aebfcaf /app/javascript/flavours | |
parent | 2c767f44bf8d453bf118a0d131b1ca6e1187b96b (diff) |
Fix tabs bar on mobile
Fixes #1037
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index f12f8b7fa..63211392e 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -565,8 +565,8 @@ font-size: 14px; font-weight: 500; border-bottom: 2px solid lighten($ui-base-color, 8%); - transition: all 200ms linear; - transition-property: background; + transition: all 50ms linear; + transition-property: border-bottom, background, color; .fa { font-weight: 400; @@ -583,8 +583,6 @@ &:active { @include multi-columns('screen and (min-width: 631px)') { background: lighten($ui-base-color, 14%); - transition: all 100ms linear; - transition-property: background; } } |