mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
17 lines
210 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|