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

Commit

Permalink
Adjust room header hover transition from 300ms to 200ms (#12703)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Jun 26, 2024
1 parent ea0baee commit 8ede891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_RoomHeader.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8ede891

Please sign in to comment.