Merge pull request 'fix(styles): show graph hover branches only on gutter hover' (#19) from opt/app_layout into main
Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
+1
-2
@@ -2223,8 +2223,7 @@
|
||||
transform: translateY(-50%) translateX(-4px);
|
||||
transition: opacity 120ms ease, transform 120ms ease;
|
||||
}
|
||||
.graph-gutter:hover .graph-hover-branches,
|
||||
.graph-row:hover .graph-hover-branches {
|
||||
.graph-gutter:hover .graph-hover-branches {
|
||||
opacity: 1;
|
||||
transform: translateY(-50%) translateX(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user