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

Unified Diff: chrome/browser/resources/bookmark_manager/css/bmm.css

Issue 10383200: Fix focusring for bookmark manager search box (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | chrome/browser/resources/bookmark_manager/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/css/bmm.css
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index b1efc43acddf0ca04f08262ec1be7f5c2aa927c3..768c811dae553415727dd6e81cff9772bb8dc940 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -255,13 +255,6 @@ html[dir=rtl] .header form {
float: right;
}
-input[type='search'] {
- -webkit-appearance: textfield;
- -webkit-margin-end: 2px;
- -webkit-margin-start: 2px;
- width: 100%;
-}
-
#drop-overlay {
background-color: hsla(214, 91%, 85%, .5);
border: 1px solid hsl(214, 91%, 85%);
« no previous file with comments | « no previous file | chrome/browser/resources/bookmark_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698