From 9f0ff2bedf6ebc982962d006160c9758813bb631 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 8 Feb 2024 12:40:22 +0100 Subject: [PATCH] [Glitch] Clean up some unused CSS definitions Port 67ec192d7dbb350511059a858d573daf49ecaf4f to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/styles/components.scss | 51 ------------------- 1 file changed, 51 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index e9e78c9f6c..8d71099c45 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -5095,43 +5095,6 @@ a.status-card { animation: heartbeat 1.5s ease-in-out infinite both; } -@keyframes shake-bottom { - 0%, - 100% { - transform: rotate(0deg); - transform-origin: 50% 100%; - } - - 10% { - transform: rotate(2deg); - } - - 20%, - 40%, - 60% { - transform: rotate(-4deg); - } - - 30%, - 50%, - 70% { - transform: rotate(4deg); - } - - 80% { - transform: rotate(-2deg); - } - - 90% { - transform: rotate(2deg); - } -} - -.no-reduce-motion .shake-bottom { - transform-origin: 50% 100%; - animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s 2 both; -} - .emoji-picker-dropdown__menu { position: relative; margin-top: 5px; @@ -5849,20 +5812,6 @@ a.status-card { } } -.search-results__hashtag { - display: block; - padding: 10px; - color: $secondary-text-color; - text-decoration: none; - - &:hover, - &:active, - &:focus { - color: lighten($secondary-text-color, 4%); - text-decoration: underline; - } -} - .search-results__info { padding: 20px; color: $darker-text-color;