Files
openfoodnetwork/app/webpacker/css/admin/components/input.scss
David Cook e516e7f335 Tweak checkbox dropdown styles
Use the new design for checkboxes and fix alignment.

Removes redesigned-input, which is a small regression on the old design, but I think it's acceptable bcause we're going to shut it down soon.
2024-06-12 14:58:09 +10:00

9 lines
113 B
SCSS

.container {
input {
&[readonly] {
background-color: $light-grey;
cursor: default;
}
}
}