Files
openfoodnetwork/app/webpacker/css/admin/tables.scss
David Cook 08dc3e3cbe Prettify more admin css
yarn prettier --write
2023-06-07 14:23:02 +02:00

17 lines
210 B
SCSS

table tbody tr:hover td {
background-color: inherit;
}
table tbody tr:hover > td {
background-color: #e9f3fc;
}
table.layout {
tr,
tr:hover {
td {
background-color: transparent;
}
}
}