Skip to content

Commit

Permalink
fix: update share checkbox arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdiogo committed Aug 29, 2018
1 parent f0a5082 commit e580662
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions add-on/src/popup/quick-upload.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ input[type=checkbox] + .mark {
input[type=checkbox]:checked + .mark::after {
color: #6ACAD1;
position: absolute;
left: 4px;
top: 2px;
left: 3px;
top: 3px;
content: "";
height: 6px;
width: 6px;
height: 5px;
width: 8px;
border-left: 2px solid;
border-bottom: 2px solid;
transform: rotate(-45deg);
Expand Down

0 comments on commit e580662

Please sign in to comment.