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

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28217/head
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
1 changed files with 1 additions and 1 deletions

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 {