Skip to content

Commit

Permalink
Condense CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
salcido committed May 31, 2023
1 parent a357c01 commit 4bea190
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions js/extension/features/seller-rep.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,15 @@ rl.ready(() => {
opacity: 1;
}
.de-seller-rep-hide {
display: none;
}
.de-seller-rep-hide,
.de-new-seller-hide {
display: none;
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
`;
// ========================================================
Expand Down

0 comments on commit 4bea190

Please sign in to comment.