Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/values/colors.xml

Issue 29325375: Issue 2932 - Don't highlight pressed tabs (Closed)
Patch Set: Created Aug. 30, 2015, 12:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/resources/values/colors.xml
===================================================================
--- a/mobile/android/base/resources/values/colors.xml
+++ b/mobile/android/base/resources/values/colors.xml
@@ -15,12 +15,12 @@
<color name="placeholder_grey">#777777</color>
<color name="private_toolbar_grey">#F8F8F8</color>
<color name="text_and_tabs_tray_grey">#F8F8F8</color>
- <color name="tabs_tray_grey_pressed">#45494E</color>
+ <color name="tabs_tray_grey_pressed">#F8F8F8</color>
<color name="toolbar_icon_grey">#5F6368</color>
<color name="tabs_tray_icon_grey">#AFB1B3</color>
<color name="disabled_grey">#BFBFBF</color>
- <color name="toolbar_grey_pressed">#D7D7DC</color>
+ <color name="toolbar_grey_pressed">#F8F8F8</color>
<color name="toolbar_menu_dark_grey">#E1E1E6</color>
<color name="toolbar_grey">#F8F8F8</color>
<color name="about_page_header_grey">#F5F5F5</color>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld