Skip to content

Commit 06486a2

Browse files
committed
table-checkbox mixin
1 parent ade0e73 commit 06486a2

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

hypha/static_src/sass/abstracts/_mixins.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,3 @@
4545
border-block-end: $perpendicular-borders;
4646
}
4747
}
48-
49-
@mixin table-checkbox {
50-
input[type="checkbox"] {
51-
margin: 0 auto;
52-
display: block;
53-
width: 1.1rem;
54-
height: 1.1rem;
55-
}
56-
}

hypha/static_src/sass/components/_all-submissions-table.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,6 @@
107107
}
108108
}
109109

110-
// batch action checkboxes
111-
&.selected {
112-
@include mixins.table-checkbox;
113-
display: none;
114-
padding-inline-end: 0;
115-
116-
@include mixins.media-query(lg) {
117-
display: table-cell;
118-
}
119-
}
120-
121110
&.fund,
122111
&.round,
123112
&.screening_status {

0 commit comments

Comments
 (0)