Skip to content

Commit 122abcd

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[ve] Remove workaround for hidden elements
The bug b/412621009 was fixed so no this is properly omitted until it shows up. Bug: none Change-Id: I3f74baa4f149e9ea5d8e83c6cb5d7f1e0ca058d5 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6870536 Auto-Submit: Nikolay Vitkov <[email protected]> Commit-Queue: Nikolay Vitkov <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent 3dab05e commit 122abcd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

front_end/panels/ai_assistance/components/chatView.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -819,11 +819,6 @@ main {
819819
}
820820
}
821821

822-
/* TODO(b/412621009): Remove this once the bug is fixed on the VE logging side */
823-
&:not(.saved-to-disk, &[open]) > *:not(summary) {
824-
display: none;
825-
}
826-
827822
&:not(.saved-to-disk, &[open]):hover::after {
828823
content: '';
829824
height: 100%;

0 commit comments

Comments
 (0)