Skip to content

Commit

Permalink
Minor adjustments to checkbox
Browse files Browse the repository at this point in the history
The checkmarks look better with these values.
  • Loading branch information
alanhkarp committed Aug 28, 2024
1 parent f7d3956 commit 545874c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file modified notes/SitePassword.pages
Binary file not shown.
7 changes: 3 additions & 4 deletions src/ssp.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,15 +297,14 @@ button:enabled:active {
content: "";
position: absolute;
display: none;
top: -2px;
top: -1px;
left: 3px;
width: 5px;
height: 10px;
width: 4px;
height: 8px;
border: solid #007bff;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}

.checkbox-input:checked ~ .checkbox-custom::after {
display: block;
}
Expand Down

0 comments on commit 545874c

Please sign in to comment.