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

Unified Diff: chrome/browser/resources/shared/css/chrome_shared2.css

Issue 9564036: [uber] disabled .link-button css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « chrome/browser/resources/shared/css/button.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « chrome/browser/resources/shared/css/button.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698