mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 02:51:57 +03:00
css fix: fix height on bas commit hover (#4050)
This commit is contained in:
parent
1421fc0020
commit
1c9a41e20e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user