Files
openfoodnetwork/app/webpacker/css/admin/tables.scss
2021-12-27 17:45:05 +00:00

16 lines
207 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;
}
}
}