Skip to content

Commit 5ef8eed

Browse files
danilsomsikovDevtools-frontend LUCI CQ
authored andcommitted
Compact focus ring for a button in data grid cell
Bug: 397043085 Change-Id: Ie7b11ed79b901d15cfec85a3cd88fffdf1d8cf2a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6276124 Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Danil Somsikov <[email protected]>
1 parent c6499cc commit 5ef8eed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

front_end/ui/legacy/inspectorCommon.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,12 @@ button.link:focus-visible {
589589
border-radius: var(--sys-shape-corner-full);
590590
}
591591

592+
.data-grid-data-grid-node button.link:focus-visible {
593+
border-radius: var(--sys-shape-corner-extra-small);
594+
padding: 0;
595+
margin-top: 3px;
596+
}
597+
592598
@media (forced-colors: active) {
593599
.dimmed,
594600
select:disabled {

0 commit comments

Comments
 (0)