Skip to content

Commit 5cd3e51

Browse files
ktranDevtools-frontend LUCI CQ
authored andcommitted
Fix checkbox focus styles in devices settings tab
This removes custom focus styles for checkboxes for the devices tab that are no longer needed with the general styles. Before: https://i.imgur.com/IVOFhoq.png After: https://i.imgur.com/LsgJI4Q.png Fixed: 390135039 Change-Id: Ib420509a7341beb012edc80d6cb38a6075e53936 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6396864 Auto-Submit: Kim-Anh Tran <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]>
1 parent ff03565 commit 5cd3e51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

front_end/panels/settings/emulation/devicesSettingsTab.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
pointer-events: none;
5555
}
5656

57-
.devices-list-checkbox:focus {
58-
outline: auto 5px -webkit-focus-ring-color;
59-
}
60-
6157
.device-name {
6258
white-space: nowrap;
6359
text-overflow: ellipsis;

0 commit comments

Comments
 (0)