Skip to content

Commit

Permalink
misc: fix business icons and small code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed Jun 7, 2019
1 parent 91464f7 commit 93a6946
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions WhatsApp.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,6 @@
background: none;
background-color: var(--dark); }

/* Accent background. */
.app-wrapper::after {
background: none !important; }


/* Log-in page. */
.landing-wrapper::before {
opacity: 0.6;
Expand Down Expand Up @@ -811,7 +806,6 @@
outline: 3px solid var(--accent) !important; }



/* Message bubbles. */
.message-in:not(.a81-s), .message-out:not(.a81-s), .message {
background-color: var(--darker) !important; }
Expand Down Expand Up @@ -1098,7 +1092,6 @@
background-color: var(--dark) !important; }



/* Backdrop. */
._3Fq9Y, #startup, #initial_startup {
background-color: var(--dark) !important; }
Expand Down Expand Up @@ -1216,8 +1209,8 @@
object { display: none !important; }



/* Global icon color. */
span[data-icon^="business-"] > svg path,
span:not([data-icon="image"]) > svg > path {
transition: 200ms ease;
fill: var(--icon) !important; }
Expand Down

0 comments on commit 93a6946

Please sign in to comment.