Skip to content

Commit f29ffc6

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[GM3] Last item should not have border
Bug: none Change-Id: Ie80de2899edcbdb937b1df1294b2390195d71e0c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6031271 Reviewed-by: Kim-Anh Tran <[email protected]> Reviewed-by: Kateryna Prokopenko <[email protected]> Commit-Queue: Nikolay Vitkov <[email protected]>
1 parent 708b9e5 commit f29ffc6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

front_end/panels/settings/keybindsSettingsTab.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
grid-template-rows: 1fr;
3030
grid-template-columns: 1fr 30px 2fr 30px 30px;
3131
border-bottom: var(--sys-size-1) solid var(--sys-color-divider);
32+
33+
&:last-of-type {
34+
border-bottom: unset;
35+
}
3236
}
3337

3438
.keybinds-list-item:focus-visible {
@@ -110,7 +114,8 @@
110114
}
111115

112116
.keybinds-list-item-wrapper:has(:not(.keybinds-category-header):hover),
113-
.keybinds-list-item-wrapper:has(.keybinds-list-item:not(.keybinds-editing)):focus-within {
117+
.keybinds-list-item-wrapper:has(
118+
.keybinds-list-item:not(.keybinds-editing)):focus-within {
114119
background: var(--sys-color-state-hover-on-subtle);
115120
}
116121

0 commit comments

Comments
 (0)