Skip to content

Commit 4e047f8

Browse files
authored
Merge pull request #2945 from drgrice1/scope-psd-css
Properly scope the `.sortable-ghost` style for the problem set detail page.
2 parents f02d2f7 + 0b4f1c0 commit 4e047f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

htdocs/js/System/system.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -942,17 +942,17 @@ input.changed[type='text'] {
942942
}
943943
}
944944

945-
.sortable-ghost {
946-
opacity: 0.5;
947-
}
948-
949945
#psd_list {
950946
padding-left: 0;
951947
padding-bottom: 0.25rem;
952948
margin-bottom: 0;
953949

954950
.psd_list_item {
955951
list-style-type: none;
952+
953+
&.sortable-ghost {
954+
opacity: 0.5;
955+
}
956956
}
957957

958958
&:not(.disable_renumber) .pdr_handle {

0 commit comments

Comments
 (0)