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

Unified Diff: ui/file_manager/file_manager/foreground/css/combobutton.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/combobutton.css
diff --git a/ui/file_manager/file_manager/foreground/css/combobutton.css b/ui/file_manager/file_manager/foreground/css/combobutton.css
index fe9fdf1bdfb22d44ea6db93839e16700d790b135..2221d9b81bcd1eb5ab87b3ec5c1bca4b8f7a5e63 100644
--- a/ui/file_manager/file_manager/foreground/css/combobutton.css
+++ b/ui/file_manager/file_manager/foreground/css/combobutton.css
@@ -3,7 +3,6 @@
* found in the LICENSE file. */
.dialog-header button.combobutton {
- -webkit-user-select: none;
align-items: stretch;
background: transparent;
border: none;
@@ -15,6 +14,7 @@
outline: none;
padding: 8px;
position: relative;
+ user-select: none;
}
.dialog-header .combobutton > .button {
« no previous file with comments | « ui/file_manager/audio_player/css/audio_player.css ('k') | ui/file_manager/file_manager/foreground/css/common.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698