Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(918)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css

Issue 2096183002: DevTools: Added styling to focused checkboxes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use default outline and allow focus styling opt-in Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..b57220e797cffa641a2a07a4a872858ced2b8bb4 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-focus-visible:focus {
+ outline: auto 5px -webkit-focus-ring-color;
+}
+
input.dt-checkbox-themed {
-webkit-appearance: none;
margin: 0 5px auto 2px;

Powered by Google App Engine
This is Rietveld 408576698