Index: chrome/browser/resources/shared/css/chrome_shared2.css |
diff --git a/chrome/browser/resources/shared/css/chrome_shared2.css b/chrome/browser/resources/shared/css/chrome_shared2.css |
index 66f2a0f5624b3555e9b9be387bbb6c896aa3d492..c3c1921a0eb927efd7c2c77f65046dfb56fd3b73 100644 |
--- a/chrome/browser/resources/shared/css/chrome_shared2.css |
+++ b/chrome/browser/resources/shared/css/chrome_shared2.css |
@@ -76,20 +76,6 @@ input[type=checkbox] ~ span { |
color: #444; |
} |
-/* Focus for all inputs. */ |
-button:not(.custom-appearance):focus, |
-input:not(.custom-appearance):focus, |
-select:not(.custom-appearance):focus { |
- -webkit-box-shadow: inset 0 1px 2px white, |
- 0 1px 2px rgba(0, 0, 0, .2), |
- 0 0 1px #c0c0c0, |
- 0 0 1px #c0c0c0, |
- 0 0 1px #c0c0c0; |
- -webkit-transition: border-color 200ms; |
- border-color: rgb(64, 128, 250); |
- outline: none; |
-} |
- |
/* TEXT */ |
/* TODO(estade): add more types here? */ |
input[type='password'], |