|
[MD] update EV bubble icon and location bar https icons
- Lock icon in EV bubble is not supposed to have a background box
- location bar https icon has different colors for incognito
Colors that are hardcoded for inverted color schemes (as they no longer match their native theme values):
- chip border and background colors are white
- selected keyword chip is blue700
These colors could be made part of NativeTheme, but they seem specific to these chips, so I just set them inline.
BUG= 501377
Committed: https://crrev.com/e9b57b3e0569268df0e760c7471858856679444a
Cr-Commit-Position: refs/heads/master@{#360447}
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+196 lines, -44 lines) |
Patch |
 |
M |
chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/ev_bubble_view.cc
|
View
|
1
2
3
4
|
3 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+19 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/selected_keyword_view.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/omnibox/browser/omnibox_view.h
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/omnibox/browser/omnibox_view.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/color_utils.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/color_utils.cc
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/vector_icons/location_bar_https_invalid_invert.icon
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/vector_icons/location_bar_https_invalid_invert.1x.icon
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/vector_icons/location_bar_https_valid_in_chip.icon
|
View
|
1
2
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/vector_icons/location_bar_https_valid_in_chip.1x.icon
|
View
|
1
2
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/vector_icons/location_bar_https_valid_invert.icon
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/vector_icons/location_bar_https_valid_invert.1x.icon
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 23 (11 generated)
|