Skip to content

Commit 59ac9c0

Browse files
bmeurerDevtools-frontend LUCI CQ
authored andcommitted
[RPP] Fix cropped button focus in Details view.
The `text-overflow` and `overflow` properties on this CSS selector have been ineffective anyways (by now) for what they probably originally were supposed to do. But at the same time, the `overflow: hidden` was causing the button focus to appear cropped. Fixed: 378810125 Screenshot: https://i.imgur.com/3shR8Ro.png Change-Id: Id57c27e7cf7a7621617c31b5e66281f72a131db5 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6038155 Auto-Submit: Benedikt Meurer <[email protected]> Reviewed-by: Kateryna Prokopenko <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]>
1 parent 70aee31 commit 59ac9c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

front_end/panels/timeline/timelinePanel.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@
233233
.timeline-details-view-row-value {
234234
display: inline-block;
235235
user-select: text;
236-
text-overflow: ellipsis;
237-
overflow: hidden;
238236
padding: 0 3px;
239237
}
240238

0 commit comments

Comments
 (0)