We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade0e73 commit 06486a2Copy full SHA for 06486a2
2 files changed
hypha/static_src/sass/abstracts/_mixins.scss
@@ -45,12 +45,3 @@
45
border-block-end: $perpendicular-borders;
46
}
47
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
@@ -107,17 +107,6 @@
107
108
109
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
121
&.fund,
122
&.round,
123
&.screening_status {
0 commit comments