Skip to content

Commit 71c1706

Browse files
author
epriestley
committed
Use "flame" notification icon and bubble instead of lightning bolt
Summary: Switch to the final versions of these Test Plan: Will add screenshots... Reviewers: chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D4032
1 parent 755e8eb commit 71c1706

File tree

23 files changed

+1409
-453
lines changed

23 files changed

+1409
-453
lines changed

resources/sprite/manifest/icon.json

Lines changed: 968 additions & 194 deletions
Large diffs are not rendered by default.

resources/sprite/manifest/menu.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"version" : 1,
3+
"sprites" : {
4+
"bubble" : {
5+
"name" : "bubble",
6+
"rule" : ".phabricator-main-menu-alert-bubble.alert-unread",
7+
"hash" : "07bc6fd60e5c2fa14558c9101cba5261"
8+
},
9+
"round_bubble" : {
10+
"name" : "round_bubble",
11+
"rule" : ".phabricator-main-menu-alert-bubble",
12+
"hash" : "02de5b1c1720749a566e7a4cf7c2216c"
13+
},
14+
"seen_have_unread" : {
15+
"name" : "seen_have_unread",
16+
"rule" : ".alert-notifications:hover .phabricator-main-menu-alert-icon",
17+
"hash" : "d0210b3908193ee841db2eeec264a154"
18+
},
19+
"seen_read_all" : {
20+
"name" : "seen_read_all",
21+
"rule" : ".alert-notifications .phabricator-main-menu-alert-icon",
22+
"hash" : "8d0644ec8fa33330b30b7531272e24f1"
23+
},
24+
"unseen_any" : {
25+
"name" : "unseen_any",
26+
"rule" : ".alert-notifications.alert-unread .phabricator-main-menu-alert-icon",
27+
"hash" : "0e50bf01f640b2f8231eaef246863f0b"
28+
}
29+
},
30+
"scales" : [
31+
1,
32+
2
33+
],
34+
"header" : "\/**\n * @provides sprite-menu-css\n * @generated\n *\/\n\n.sprite-menu {\n background-image: url(\/rsrc\/image\/sprite-menu.png);\n background-repeat: no-repeat;\n}\n\n@media\nonly screen and (min-device-pixel-ratio: 1.5),\nonly screen and (-webkit-min-device-pixel-ratio: 1.5) {\n .sprite-menu {\n background-image: url(\/rsrc\/image\/sprite-menu-X2.png);\n background-size: {X}px {Y}px;\n }\n}"
35+
}
1.48 KB
Loading
1.51 KB
Loading
1.14 KB
Loading
1.14 KB
Loading
1.23 KB
Loading
1.29 KB
Loading
1.25 KB
Loading
1.5 KB
Loading

0 commit comments

Comments
 (0)