Skip to content

Commit

Permalink
Merge pull request frappe#18712 from Ponnusamy1-V/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik authored Nov 1, 2022
2 parents fe8c545 + 0cf2043 commit 7bbd363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/scss/desk/file_view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
position: absolute;
left: var(--padding-sm);
top: var(--padding-sm);
z-index: 1;

.list-row-checkbox {
&:before {
Expand All @@ -56,7 +57,6 @@

&:checked:before {
display: block;
z-index: 1;
}
}

Expand Down

0 comments on commit 7bbd363

Please sign in to comment.