diff options
author | Reverite <github@reverite.sh> | 2019-05-10 14:01:21 -0700 |
---|---|---|
committer | Reverite <github@reverite.sh> | 2019-05-10 14:01:21 -0700 |
commit | b403052b6759c8a87fc8e20304c0c31c05412313 (patch) | |
tree | 2fec2ff388988a2f6388c785ba1a7bed7964613d /app/javascript/flavours/glitch/styles/components | |
parent | 5b85256b334b13fad26a2bc073a874750a3cdc2e (diff) | |
parent | d4d4e84324701243ce05930f45b2dc876e38c7d0 (diff) |
Merge branch 'glitch' into production
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-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; } } |