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

Unified Diff: ui/login/oobe.css

Issue 618163002: Remove -webkit-*-before/after in: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: ui/login/oobe.css
diff --git a/ui/login/oobe.css b/ui/login/oobe.css
index 8dae75e767016de50ab00f6936c72d688cebec83..d4fe4bf3d76b163de0407b7c268e304ad7033981 100644
--- a/ui/login/oobe.css
+++ b/ui/login/oobe.css
@@ -226,11 +226,11 @@ span.bold {
.throbber {
-webkit-animation: throbber-animation 1s steps(36) infinite;
- -webkit-margin-before: 2px;
-webkit-margin-end: 4px;
background-image: url(chrome://theme/IDR_CROS_DEFAULT_THROBBER);
display: inline-block;
height: 16px;
+ margin-top: 2px;
width: 16px;
}
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_supervised_user_creation.css ('k') | ui/login/screen_container.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698