Adjust room header hover transition from 300ms to 200ms (#12703)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2024-06-26 15:17:12 +01:00
committed by GitHub
parent ea0baee101
commit 8ede89101a

View File

@@ -20,7 +20,7 @@ limitations under the License.
padding: 0 var(--cpd-space-3x); padding: 0 var(--cpd-space-3x);
border-bottom: 1px solid $separator; border-bottom: 1px solid $separator;
background-color: $background; background-color: $background;
transition: all 0.3s ease; transition: all 0.2s ease;
} }
.mx_RoomHeader:hover { .mx_RoomHeader:hover {