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

Unified Diff: Source/devtools/front_end/dialog.css

Issue 483663002: [DevTools] Show focus outline for inputs everywhere except dialogs. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/dialog.css
diff --git a/Source/devtools/front_end/dialog.css b/Source/devtools/front_end/dialog.css
index 657533e385be15a953ba36ba6818640dd6cd3128..e02895d2ca0a48115f09ef74dc0ee1e89df1ee41 100644
--- a/Source/devtools/front_end/dialog.css
+++ b/Source/devtools/front_end/dialog.css
@@ -42,3 +42,8 @@
background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));
}
+.dialog input[type="search"]:focus,
+.dialog input[type="text"]:focus {
+ outline: none;
+}
+
« no previous file with comments | « no previous file | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698