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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.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
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 85f63f4db9151a65e7b94a93eb9002f4894369e6..8e3b28c76a91ef3a1e523061c98e8f9d2422127b 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -34,7 +34,6 @@ html.col-resize * {
/* Outer frame of the dialog. */
body {
-webkit-tap-highlight-color: transparent;
- -webkit-user-select: none;
cursor: default;
display: flex;
flex: auto;
@@ -43,6 +42,7 @@ body {
height: 100%;
margin: 0;
padding: 0;
+ user-select: none;
width: 100%;
}
@@ -721,7 +721,6 @@ html[dir='rtl'] #search-box .clear {
/* Copy style from paper-button for buttons on the footer. */
.dialog-footer button {
- -webkit-user-select: none;
background: transparent;
border: 0;
border-image: none;
@@ -736,6 +735,7 @@ html[dir='rtl'] #search-box .clear {
text-align: center;
text-transform: uppercase;
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
+ user-select: none;
z-index: 0;
}
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/common.css ('k') | ui/file_manager/file_manager/foreground/css/list.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698