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

Issue 2477693004: Change color of ripple effects and tab focus of toolbar buttons in Files (Closed)

Created:
4 years, 1 month ago by yamaguchi
Modified:
4 years, 1 month ago
Reviewers:
oka, fukino, yawano
CC:
chromium-reviews, oka+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yamaguchi+watch_chromium.org, fukino+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change color of ripple effects and tab focus of toolbar buttons in Files and Gallery apps to have high contrast to the backgrounds. BUG=660353 TEST=Open files app and hit tab key several times to see tab focus is highlighted white. Also hit the sort and search buttons to see these are highlighted in the same way while the dropdown or text input is displayed there respectively. Open an image file in Gallery app to do the same with "edit" button. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/02a288c7de72990084861509042542fa3acfb71b Cr-Commit-Position: refs/heads/master@{#430528}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix highlight colors. #

Patch Set 3 : Fix highlight color. #

Patch Set 4 : Change color in files-ripple for buttons that don't have lock status. #

Total comments: 2

Patch Set 5 : Explicitly set the ripple color on media control as media control is drawn on white background. #

Patch Set 6 : Make ripple color of non-toggle buttons customizable. Fix ripple colors in Audio Player. #

Total comments: 1

Patch Set 7 : Fix ripple color of video player. #

Total comments: 2

Patch Set 8 : Sort by the lexicological order of the selectors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -4 lines) Patch
M ui/file_manager/audio_player/elements/control_panel.css View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/css/file_manager.css View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/elements/files_ripple.html View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/css/gallery.css View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/video_player/video_player.html View 1 2 3 4 5 6 7 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 44 (29 generated)
yamaguchi
ptal
4 years, 1 month ago (2016-11-04 05:57:22 UTC) #8
yawano
https://codereview.chromium.org/2477693004/diff/1/ui/file_manager/file_manager/foreground/css/file_manager.css File ui/file_manager/file_manager/foreground/css/file_manager.css (right): https://codereview.chromium.org/2477693004/diff/1/ui/file_manager/file_manager/foreground/css/file_manager.css#newcode451 ui/file_manager/file_manager/foreground/css/file_manager.css:451: background-color: rgba(255, 0, 0, 0.20); rgba(255, 255, 255, 0.20)? ...
4 years, 1 month ago (2016-11-04 06:08:28 UTC) #9
yamaguchi
https://codereview.chromium.org/2477693004/diff/1/ui/file_manager/file_manager/foreground/css/file_manager.css File ui/file_manager/file_manager/foreground/css/file_manager.css (right): https://codereview.chromium.org/2477693004/diff/1/ui/file_manager/file_manager/foreground/css/file_manager.css#newcode451 ui/file_manager/file_manager/foreground/css/file_manager.css:451: background-color: rgba(255, 0, 0, 0.20); On 2016/11/04 06:08:28, yawano ...
4 years, 1 month ago (2016-11-04 08:42:24 UTC) #14
yamaguchi
I found that files_ripple.html also needs change because the buttons that are not "toggle" (e.g. ...
4 years, 1 month ago (2016-11-04 08:51:53 UTC) #15
yawano
https://codereview.chromium.org/2477693004/diff/60001/ui/file_manager/file_manager/foreground/elements/files_ripple.html File ui/file_manager/file_manager/foreground/elements/files_ripple.html (right): https://codereview.chromium.org/2477693004/diff/60001/ui/file_manager/file_manager/foreground/elements/files_ripple.html#newcode22 ui/file_manager/file_manager/foreground/elements/files_ripple.html:22: background-color: white; files-ripple is used also for video player. ...
4 years, 1 month ago (2016-11-04 09:14:29 UTC) #18
yamaguchi
https://codereview.chromium.org/2477693004/diff/60001/ui/file_manager/file_manager/foreground/elements/files_ripple.html File ui/file_manager/file_manager/foreground/elements/files_ripple.html (right): https://codereview.chromium.org/2477693004/diff/60001/ui/file_manager/file_manager/foreground/elements/files_ripple.html#newcode22 ui/file_manager/file_manager/foreground/elements/files_ripple.html:22: background-color: white; On 2016/11/04 09:14:29, yawano wrote: > files-ripple ...
4 years, 1 month ago (2016-11-04 15:27:03 UTC) #21
fukino
On 2016/11/04 15:27:03, yamaguchi wrote: > https://codereview.chromium.org/2477693004/diff/60001/ui/file_manager/file_manager/foreground/elements/files_ripple.html > File ui/file_manager/file_manager/foreground/elements/files_ripple.html (right): > > https://codereview.chromium.org/2477693004/diff/60001/ui/file_manager/file_manager/foreground/elements/files_ripple.html#newcode22 > ...
4 years, 1 month ago (2016-11-07 03:01:01 UTC) #22
yamaguchi
https://codereview.chromium.org/2477693004/diff/100001/ui/file_manager/video_player/css/media_controls.css File ui/file_manager/video_player/css/media_controls.css (right): https://codereview.chromium.org/2477693004/diff/100001/ui/file_manager/video_player/css/media_controls.css#newcode132 ui/file_manager/video_player/css/media_controls.css:132: .video-controls .ripple { Now I am seeing this doesn't ...
4 years, 1 month ago (2016-11-07 09:15:13 UTC) #23
yamaguchi
On 2016/11/07 09:15:13, yamaguchi wrote: > https://codereview.chromium.org/2477693004/diff/100001/ui/file_manager/video_player/css/media_controls.css > File ui/file_manager/video_player/css/media_controls.css (right): > > https://codereview.chromium.org/2477693004/diff/100001/ui/file_manager/video_player/css/media_controls.css#newcode132 > ...
4 years, 1 month ago (2016-11-07 09:35:39 UTC) #24
yamaguchi
ptal
4 years, 1 month ago (2016-11-07 09:35:57 UTC) #26
oka
lgtm https://codereview.chromium.org/2477693004/diff/120001/ui/file_manager/video_player/video_player.html File ui/file_manager/video_player/video_player.html (right): https://codereview.chromium.org/2477693004/diff/120001/ui/file_manager/video_player/video_player.html#newcode26 ui/file_manager/video_player/video_player.html:26: files-icon-button { nit: move this above paper-slider to ...
4 years, 1 month ago (2016-11-07 10:24:32 UTC) #32
yamaguchi
https://codereview.chromium.org/2477693004/diff/120001/ui/file_manager/video_player/video_player.html File ui/file_manager/video_player/video_player.html (right): https://codereview.chromium.org/2477693004/diff/120001/ui/file_manager/video_player/video_player.html#newcode26 ui/file_manager/video_player/video_player.html:26: files-icon-button { On 2016/11/07 10:24:32, oka wrote: > nit: ...
4 years, 1 month ago (2016-11-07 11:08:32 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2477693004/140001
4 years, 1 month ago (2016-11-08 05:43:19 UTC) #40
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 1 month ago (2016-11-08 05:47:54 UTC) #42
commit-bot: I haz the power
4 years, 1 month ago (2016-11-08 05:52:19 UTC) #44
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/02a288c7de72990084861509042542fa3acfb71b
Cr-Commit-Position: refs/heads/master@{#430528}

Powered by Google App Engine
This is Rietveld 408576698