Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8ede891

Browse files
authored
Adjust room header hover transition from 300ms to 200ms (#12703)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent ea0baee commit 8ede891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_RoomHeader.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
padding: 0 var(--cpd-space-3x);
2121
border-bottom: 1px solid $separator;
2222
background-color: $background;
23-
transition: all 0.3s ease;
23+
transition: all 0.2s ease;
2424
}
2525

2626
.mx_RoomHeader:hover {

0 commit comments

Comments
 (0)