css fix: fix height on bas commit hover (#4050)

This commit is contained in:
Pavel Laptev 2024-06-10 00:41:48 +02:00 committed by GitHub
parent 1421fc0020
commit 1c9a41e20e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -335,7 +335,9 @@
transition: height var(--transition-medium);
&:hover {
height: 22px;
&:not(.base-row-container_unfolded) {
height: 22px;
}
& .base-row {
background-color: var(--clr-bg-2-muted);