Skip to content

Commit

Permalink
Don't show any background color instead for non-native extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed May 5, 2020
1 parent febb9f2 commit ce5fb46
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/chrome/mozapps/extensions/extensions.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,11 +550,7 @@
color: #888A8B;
}

.addon-view[notification="warning"][native="false"] {
background-color: rgba(255, 128, 0, 0.04);
}

.addon-view[notification="warning"] {
.addon-view[notification="warning"]:not([native="false"]) {
background-color: rgb(255, 255, 224);
}

Expand Down

0 comments on commit ce5fb46

Please sign in to comment.