Skip to content

Commit

Permalink
Added Facebook Container Fence icon. Fixes #1425
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallcorner committed Feb 21, 2020
1 parent 055f471 commit f600c24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ table {
--identity-icon: url("/img/usercontext.svg#chill");
}

[data-identity-icon="fence"] {
--identity-icon: url("/img/usercontext.svg#fence");
}

#current-tab [data-identity-icon="default-tab"] {
background: center center no-repeat url("/img/blank-tab.svg");
fill: currentColor;
Expand Down
9 changes: 9 additions & 0 deletions src/img/usercontext.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f600c24

Please sign in to comment.