Skip to content

Commit

Permalink
Fix message composer icons in light full-vibrancy
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Feb 3, 2019
1 parent ec0d3b4 commit 81b28f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,10 @@ a,
.fbPageBanner {
display: none !important;
}

/* Message composer buttons */
a._4rv6, /* "Choose a sticker" */
a._4ce_ { /* "Play a game" */
opacity: 1 !important;
filter: invert(0.66);
}
8 changes: 8 additions & 0 deletions css/vibrancy.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,12 @@ html.full-vibrancy.dark-mode ._2y8y {
background: transparent !important;
}

/* Message composer buttons */
html.full-vibrancy ._39bj {
filter: brightness(0.8);
}
html.full-vibrancy.dark-model ._39bj {
filter: brightness(1);
}

/* -- BLOCK END: full-window vibrancy -- */

0 comments on commit 81b28f9

Please sign in to comment.