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

Unified Diff: ui/file_manager/audio_player/elements/track_list.css

Issue 1435223003: Revert of AudioPlayer: Start playing a track when play icon on the track list is clicked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/audio_player/elements/track_list.css
diff --git a/ui/file_manager/audio_player/elements/track_list.css b/ui/file_manager/audio_player/elements/track_list.css
index a2f31a29a061606a3c91f251ac529e6c3d22ec6a..693b3c4daf95c72704345ffdfdcd4447294c227f 100644
--- a/ui/file_manager/audio_player/elements/track_list.css
+++ b/ui/file_manager/audio_player/elements/track_list.css
@@ -46,7 +46,6 @@
flex: none;
height: 32px;
margin: 8px;
- pointer-events: none;
width: 32px;
}
@@ -54,7 +53,6 @@
background-image: -webkit-image-set(
url(../assets/100/playlist_play.png) 1x,
url(../assets/200/playlist_play.png) 2x);
- pointer-events: auto;
}
.track[active] .icon {
« no previous file with comments | « ui/file_manager/audio_player/elements/audio_player.js ('k') | ui/file_manager/audio_player/elements/track_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698