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

Unified Diff: ui/webui/resources/css/dialogs.css

Issue 2621993006: Drop the -webkit prefix from user-select CSS rule in ui/. (Closed)
Patch Set: Created 3 years, 11 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 | « ui/webui/resources/css/chrome_shared.css ('k') | ui/webui/resources/css/expandable_bubble.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/dialogs.css
diff --git a/ui/webui/resources/css/dialogs.css b/ui/webui/resources/css/dialogs.css
index fde32aab91e4d08809f4ce145b756b64a307e6b1..a20bc2431816e83f00d94789277bb0e895ae7cbf 100644
--- a/ui/webui/resources/css/dialogs.css
+++ b/ui/webui/resources/css/dialogs.css
@@ -6,13 +6,13 @@
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-transition: opacity 250ms linear;
- -webkit-user-select: none;
display: -webkit-box;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
+ user-select: none;
width: 100%;
z-index: 9999;
}
« no previous file with comments | « ui/webui/resources/css/chrome_shared.css ('k') | ui/webui/resources/css/expandable_bubble.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698