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

Unified Diff: chrome/browser/resources/user_manager/user_manager.css

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment, rebase, and fix for browser test Created 4 years, 8 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
Index: chrome/browser/resources/user_manager/user_manager.css
diff --git a/chrome/browser/resources/user_manager/user_manager.css b/chrome/browser/resources/user_manager/user_manager.css
index eb3801f228cd6db339c949c10d33b6c12030eda8..3b76f2f37d1133835f63c9da4d8c8ca48cd9cb46 100644
--- a/chrome/browser/resources/user_manager/user_manager.css
+++ b/chrome/browser/resources/user_manager/user_manager.css
@@ -199,10 +199,3 @@ html[dir=rtl] .main-pane {
.action-box-remove-user-warning .remove-warning-button {
height: 30px;
}
-
-.action-box-remove-user-warning .remove-warning-button:focus {
- /* Override the default blue border inherited from
- button.custom-appearance:focus. */
- border: 1px solid transparent !important;
- box-shadow: inset 0 0 0 1px #fff;
-}

Powered by Google App Engine
This is Rietveld 408576698