Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kiasatina committed Mar 13, 2020
1 parent c03c3c1 commit 2ed9eae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/confirm-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ button .container-name,

/* for a mid sized window we have enough for this but not our image */
.title {
background-image: url("chrome://global/skin/icons/info.svg");
background-image: url('chrome://global/skin/icons/info.svg');
}
}

Expand Down Expand Up @@ -77,7 +77,8 @@ dfn {
font-style: normal;
}

#deny, #confirm {
#deny,
#confirm {
flex-grow: 1;
}

Expand Down

0 comments on commit 2ed9eae

Please sign in to comment.