| Index: third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| index 5d876fe0fe97f8f1bf2e4071ad3d763afcf1d493..4f3cd80d0f5d8f0dc07a1ed0ae970cef69b184a2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| @@ -18,6 +18,10 @@ input {
|
| flex-shrink: 0;
|
| }
|
|
|
| +input.dt-checkbox-visualize-focus:focus {
|
| + outline: auto 5px -webkit-focus-ring-color;
|
| +}
|
| +
|
| input.dt-checkbox-themed {
|
| -webkit-appearance: none;
|
| margin: 0 5px auto 2px;
|
|
|