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

Unified Diff: ui/app_list/views/folder_header_view.cc

Issue 2001433002: Update appearance of omnibox focus for MD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: share constant Created 4 years, 7 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 | « ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/folder_header_view.cc
diff --git a/ui/app_list/views/folder_header_view.cc b/ui/app_list/views/folder_header_view.cc
index ba09c032dd917bf3af138b0553f527c2e1eb1144..ffee8d098d7868e478e13ff7a4972868f7aedddb 100644
--- a/ui/app_list/views/folder_header_view.cc
+++ b/ui/app_list/views/folder_header_view.cc
@@ -40,11 +40,6 @@ class FolderHeaderView::FolderNameView : public views::Textfield {
public:
FolderNameView() {
SetBorder(views::Border::CreateEmptyBorder(1, 1, 1, 1));
- const SkColor kFocusBorderColor = SkColorSetRGB(64, 128, 250);
- SetFocusPainter(views::Painter::CreateSolidFocusPainter(
- kFocusBorderColor,
- gfx::Insets(0, 0, 1, 1)));
-
SetTextColor(kFolderTitleColor);
}
« no previous file with comments | « ios/chrome/browser/ui/omnibox/web_omnibox_edit_controller.h ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698