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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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